Can you put matab code in an app for users to edit?
Mostra commenti meno recenti
So I currently working on a project to teach people how to use matlab. I wanted to have an app where they could code certain parts so it will affect the other app that I made. To better explain, let's say the original height of the drone is 8. I would like the user to code in the app to change the height of the drone to whatever they want. Can I put a MATLAB editor in the app? Does that make sense?
Risposte (1)
Walter Roberson
il 28 Ott 2020
0 voti
Yes, provided that the app is not being compiled (so the users need a matlab license to execute it.)
For all of the possibilities that do not require that the user have a license, it is either a technical limitation or a license limitation that the users are not permitted to change the matlab code.
It is permitted for you to write a "small language" to be interpreted by compiled matlab, that the user can change the code of in order to alter how the program reacts. However the more flexible you make that small language, the more likely you would be to violating the license.
1 Commento
Nicholas Carreon
il 28 Ott 2020
Modificato: Nicholas Carreon
il 28 Ott 2020
Categorie
Scopri di più su Develop Apps Using App Designer in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!