Zooming a portion of a figure with multiple .mat files
3 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone, I have this image having four graphs. I want to zoom-in on the end overlapped section of this figure. This is mainly required to indicate the detail of a particular segment. Any help guys. Thank you.
0 件のコメント
採用された回答
Star Strider
2015 年 12 月 14 日
The easiest way is likely to create another figure with the same data, but setting the axis limits to something like:
axis([6 8 0.25 0.35])
Experiment with those to get the result you want.
7 件のコメント
Star Strider
2015 年 12 月 14 日
And quite a good one it will be!
I’m glad I was able to help in some way.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Exploration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!