How to use AI to edit UI of app using AppDesigner

We are building an app with AppDesigner (24b currently). To get help designing we are using AI features. The suggestions seem good, and I want to adapt my AppDesigner Code. However, the code of the UI is greyed out. Secondly, unzipping the .mlapp and editing the matlab/document.xml does not work, as zipping again creates an not running (and smaller in size) .mlapp file. Is there a way to get access to the UI Code and to edit it effectively? Thank you.

 Réponse acceptée

Cris LaPierre
Cris LaPierre le 26 Mar 2026
Déplacé(e) : Cris LaPierre le 26 Mar 2026

0 votes

This is not possible in App Designer. However, you could use AI to build your own app outside of app designer. It's just a subclass of the class matlab.apps.AppBase. You could even base it on the code you currently have for an App Designer app.
If you are not comfortable designing your own subclass, you could create your app programmatically. See the Use MATLAB Functions to Build Apps Programmatically section of this page.

2 commentaires

Ravindra Goyal
Ravindra Goyal le 27 Mar 2026
Modifié(e) : Ravindra Goyal le 27 Mar 2026
So I see I can export the App into an m_file. Is there a way back into AppDesigner at some point also?
Not that I'm aware of.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Centre d'aide et File Exchange

Produits

Version

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by