Plotting regions of interest using plotsigroi() in app designer
조회 수: 2 (최근 30일)
이전 댓글 표시
I am designing an app with app designer and would like to know if there is any way that you can assign a specific UIAxes to the plotsigroi() method? I have used the Regions of Interest in Audio File example (MATLAB command: openExample('signal/RegionsOfInterestInAudioFileExample')) and my code works in a normal live script as well as app designer, although it creates a new figure for the plot. I would like the plot to be displayed on a specified axes on my GUI.
댓글 수: 0
답변 (1개)
Harikrishnan Balachandran Nair
2021년 10월 22일
Hi,
You can copy the 'axes' returned by the 'plotsigroi' function to the required destination using the 'copyobj' function.
You may refer to a similar question here : https://www.mathworks.com/matlabcentral/answers/444601-copying-the-content-of-a-figure-to-another-figure
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!