missing "configure for app" in matlab 2019b app designer

4 次查看(过去 30 天)
Hi,
I want to creat custom component for matlab app designer .
I cannot find the "configure for app" button?
in addition, I also cannot run it from the commend line:
>> appdesigner.customcomponent.configureMetadata('C:\funcs\BandC1_exported.m');
Unable to resolve the name appdesigner.customcomponent.configureMetadata.
how to creat it?

采纳的回答

Steven Lord
Steven Lord 2024-6-2
According to the documentation page for appdesigner.customcomponent.configureMetadata this function was introduced in release R2021a.
It looks like the base class for creating custom components existed in release R2020b, but the Release Notes suggest that classes created using it were not available for use in App Designer until release R2021a.
You will need to upgrade to release R2021a or later to use this functionality.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by