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.

 Risposta accettata

Cris LaPierre
Cris LaPierre il 26 Mar 2026
Spostato: Cris LaPierre il 26 Mar 2026
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 Commenti

Ravindra Goyal
Ravindra Goyal il 27 Mar 2026
Modificato: Ravindra Goyal il 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.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Develop Apps Using App Designer in Centro assistenza e File Exchange

Prodotti

Release

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by