Plotting regions of interest using plotsigroi() in app designer

2 ビュー (過去 30 日間)
Chereé Du Plessis
Chereé Du Plessis 2021 年 10 月 4 日
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.

回答 (1 件)

Harikrishnan Balachandran Nair
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.

カテゴリ

Help Center および File ExchangeGet Started with Signal Processing Toolbox についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by