Plot text box question
3 ビュー (過去 30 日間)
古いコメントを表示
This is what my code looks like. I want to have a textbox that says n=3 on my graph (without actually typing 3 in the code), but I don't remember the syntax for it. Thank you!
x=[1 2 3];
y=[1 2 3];
n=3;
figure
plot(x,y)
text(0,800,'n=') % what do I need to put after the n=?
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!