axis settings for figure in matlab
1 回表示 (過去 30 日間)
古いコメントを表示
sri satya ravi
2016 年 11 月 21 日
編集済み: David Goodmanson
2016 年 11 月 21 日
Hi , I have a matlab code for a figure. I want both the xaxis and y axis to be the same. in this case i am getting x-axis as (0,700) and y-axis as (0,600). i want both to be (0,700).
Can anyone help. Thanks
figure qqplot (pems_nox_local,ftir_nox_local) xlabel ('PEMS NOx') ylabel ('FTIR NOx') title('PEMS VS FTIR NOx @ local') line (xlim, ylim,'color','k') xlim ([0 inf]) ylim ([0 inf])
0 件のコメント
採用された回答
David Goodmanson
2016 年 11 月 21 日
編集済み: David Goodmanson
2016 年 11 月 21 日
Hello SSR, go to 'help ylim' and take a look at the first paragraph, where you can set limits for the y axis
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Graphics Object Properties についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!