Is it possible to move subplot content?
3 ビュー (過去 30 日間)
古いコメントを表示
Hi there
Say I have a subplot structure of size 3x2 where all 6 subplot handles are stored in a 3x2 matrix. Is it possible to move one subplot window to another AFTER plotting? E.g.: moving the content of subplot(3,2,1) to subplot(3,2,2)?
Cheers
0 件のコメント
回答 (1 件)
Thomas Koelen
2015 年 5 月 11 日
I don't think it's possible to "move", it's possible to delete and replot though.. But that's not your question.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Subplots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!