Is there a way to print code from app designer?
Mostrar comentarios más antiguos
I can't figure out how to print code from the app designer like you can from the function/script editor. The only solution I have found is to copy all the code and copy into another editor. Is there a way to print code from the app designer?
1 comentario
Greg
el 24 de En. de 2017
I haven't found any way from the AppDesigner development environment itself. If all you want to print is the source code, is copy/paste into the Editor that bad? 4 combination keystrokes and you're done: Ctrl+A --> Ctrl+C --> (click on editor) Ctrl+V --> Ctrl+P.
If you use MATLAB's editor, you should even end up with the same markups (color scheme).
Respuesta aceptada
Más respuestas (1)
Hope Q
el 25 de Oct. de 2019
2 votos
The development team followed through. In MATLAB R2019b, within the App Designer Code View, select Save and select "Export to .m File". I've just started using App Designer so I don't know which version of MATLAB introduced the export option.
2 comentarios
Robert Berglin
el 5 de Feb. de 2020
R2018b
Raúl Acuña
el 23 de Jun. de 2020
Thank youuu
Categorías
Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!