Borrar filtros
Borrar filtros

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

4 visualizaciones (últimos 30 días)
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?

Respuesta aceptada

Steven Lord
Steven Lord el 2 de Jun. de 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.

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by