how to write text on y axis both side as shown in fig?
2 ビュー (過去 30 日間)
古いコメントを表示
in single figure both side on y axis how to write?
0 件のコメント
採用された回答
Selva Karna
2017 年 8 月 22 日
if you are plot some data's;
x=1:pi:20; y=sin(x); plot(y,'-*g'); xlabel('time in s'); ylabel('frequency in Hz'); title('your titile'); grid on;
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!