How to shift plots of a figure in plot browser?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, I just have a figure and I lost its data. I want to shift plots vertically in plot browser. How I can do this?
8 件のコメント
Walter Roberson
2016 年 11 月 14 日
If there was no indication of which workspace, then I would complain to the professor / TA that the question was unanswerable.
回答 (2 件)
Walter Roberson
2016 年 11 月 15 日
fig = openfig('NameOfFigFile.fig');
When the plot comes up it, if it ha the standard toolbar with the zoom and pan and data brushing tools, then the right-most icon in that line activates the property editor. Click on that and you will be taken to menus that allow you to select parts of the plot and edit the properties. After that is all done, you can save again with
savefig(fig, 'NewFileNameForFig.fig')
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Interactive Control and Callbacks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!