How can i modify my capture?
古いコメントを表示
Hi,
I want to capture my curve. It works so far but i want that my arrow has a 45 degree angle like in the screenshot below. Thank you.

x1=[0 50 75 100]
y1=[100 75 50 25]
[xb,yb] = stairs(x1,y1);
axis([0 200 0 200])
xlim([0 150])
plot(yb,xb)
text(50,75,'\leftarrow Formular XY')
datacursormode on
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Data Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!