Formatting Multiple Curves in One Plot
4 次查看(过去 30 天)
显示 更早的评论
I have a fairly basic question that I have not been able to figure out.
I would simply like to code in the plotting format so I do not have to manually change the solid lines to dash via editor tools.
I am confused because I can not use plot(x,y,'-r') since I am plotting a large array. See below..
plot(Parse(1).data(1:256,1),[Parse(1).data(1:256,2) Parse(2).data(1:256,2) Parse(3).data(1:256,2) Parse(4).data(1:256,2) Parse(5).data(1:256,2) Parse(6).data(1:256,2) Parse(7).data(1:256,2) Parse(8).data(1:256,2)])
Thanks in advanced..
0 个评论
回答(2 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!