How can insert a 'bodeplot' in an axes object of AppDesigner.

2 次查看(过去 30 天)
Hi,
I have an application developed in the past (Matlab 2013b) with several chained GUI´s sharing information. The application was build to aid the engineers of the control section during the tasks of tunning some control loops used at the company. Now, I am migrating the application to Matlab 2020a with AppDesigner, and I have found a problem with the calls to the Matlab function 'bodeplot'.
"Error using DynamicSystem/bodeplot (line 113)
Functionality not supported with figures created with the uifigure function. For more information, see Graphics Support in App Designer."
In my application, the calls to the function bodeplot, always have a signature similar to this:
bodeplot(handle_axis_n, sys)
Where 'handle_axis_n' is the handle of the axes object where the bode diagram should be plotted, and 'sys' the LTI object.
And are coherent with the expected signature documented in the bodeplot manual: 'https://es.mathworks.com/help/control/ref/bodeplot.html'
If the function bodeplot is not supported with graphic containers of App Designer, How can I insert a bode plot in an application of App Designer?
Thanks in advance.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Plot Customization 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by