¿Cómo relaciono una variable de un archivo m con una celda numérica de una IU de app designer?
6 ビュー (過去 30 日間)
古いコメントを表示
Estoy haciendo un sinóptico dentro del App Designer de Matlab para crear una interfaz de usuario de un modelo que ya está previamente hecho. Tras ejecutar el archivo m obtengo resultados nuuméricos los cuales debería de sincronizar y trasladar para mostrarlos en celdas numéricas en la interfaz de usuario. También tendré que trasladar las gráficas y otras variables que aparecen tras ejecutarse el archivo m. Podrían ayudarme??
0 件のコメント
回答 (1 件)
Jemima Pulipati
2020 年 12 月 17 日
Hello,
From my understanding, you want access data produced by a .m script in the app designer.
You can modify .m file into a function that returns the data you want ot access in app designer. In your app designer code, you can call that function and extract that output returned and display it in the UI.
Some of the relevant answers from the community are:
These documentation links might also help you
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!