- What are ‘X_a’ and ‘Y_a’,(vectors, matrices, something else?) and
- What is the context of the code you are plotting them in?
How do I change plot line widths?
144 ビュー (過去 30 日間)
古いコメントを表示
I'm trying to plot two arrays of values and change the width of the resulting line, however I can't seem to get it to work. I've tried several approaches and nothing seems to be yielding any results.
plot(X_a,Y_a,'LineWidth',10);
6 件のコメント
Adam Danz
2019 年 2 月 3 日
If the m-file containing your function is stored on a remote driver or server, sometimes you need to rehash the path after making changes to the m file before those changes take effect.
rehash path
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!