Plotting Vertical Lines With All Stars
8 ビュー (過去 30 日間)
古いコメントを表示
I am trying to make vertical lines between two curves that look like the attached (plotter.png).
The line of code that I have currently is:
plot([XarrayOne(i) XarrayOne(i)],[newY1(i) newY2(i)] ,'*m');
This code produces only two stars-one on the bottom curve and one on the top curve. See attached plotter2 for clarification. This line of code is inside a for loop.
The hint that was given is to use a colon operator. However, I tried putting them in between newY1 and newY2 and it errors.
I was wondering if anyone could help me.
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!