Filter löschen
Filter löschen

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

4 Ansichten (letzte 30 Tage)
Itamar Luzon
Itamar Luzon am 2 Jun. 2024
Kommentiert: Itamar Luzon am 3 Jun. 2024
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?

Akzeptierte Antwort

Steven Lord
Steven Lord am 2 Jun. 2024
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.

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by