merging/uniting plots having multiple data
5 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I have 5 figures, and i need to merge them, the resulting fig must be from 2.2 to 30 GHz in axis, and in the y axis, the data must follow the previous one.
How can I do this with a code?
I wanted to copy them to excel in single columns, and plot at once. However excel does not accept the data due to a cell error in copy paste, so I need to do it in code. And may be a little smoothing of smooth(data,0.02).
Any help would be appreciated.
0 件のコメント
回答 (1 件)
Muskan
2024 年 7 月 15 日
Hi,
You can use the "figmerge" function which merges a number of figures into subplots within a single figure. This function merges a list of figures from files names or handles into a single figure with several subplots.
You can get the function from the following File Exchange link: https://www.mathworks.com/matlabcentral/fileexchange/31737-split-merge-matlab-figures?s_tid=answers_rc2-1_p4_MLT
I hope this helps.
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!