merging/uniting plots having multiple data

조회 수: 5 (최근 30일)
Zeynep Ertekin
Zeynep Ertekin 2024년 7월 15일
댓글: Zeynep Ertekin 2024년 7월 15일
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.

답변 (1개)

Muskan
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.
I hope this helps.
  댓글 수: 1
Zeynep Ertekin
Zeynep Ertekin 2024년 7월 15일
Thank you for the function, however i have issues while using it.
Can you guide me a little bir further, if possible?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by