MATLAB 在同一个图上绘制具有不同特征/颜色的多条线
可能的重复:
在 MATLAB 中自动绘制不同颜色的线条
我有以下数据
X <25x139 double>
t <25x1 double>
names <139x1 cell>
所以本质上t 是时间,X 是每个时间间隔 139 个不同样本的矩阵,其中 name 是每个样本名称的数组。
我想(在同一轴上)绘制一系列样本与时间的关系,其中每条线都有
a)不同的颜色
b)图例名称
Possible Duplicate:
Automatically plot different colored lines in MATLAB
I have the following data
X <25x139 double>
t <25x1 double>
names <139x1 cell>
So essentially t is time, and X is a matrix of 139 different samples at each time interval, where names is an array of each of those sample names.
I want to plot (on the same axis) a range of my samples against time, where each line has
a) A different color
b) A legend name
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这有用吗?
does this work?