Is it possible to cut a method function from the .mlapp file into a separate .m file by creating a library of functions?
Afficher commentaires plus anciens
For example:
function summ(app,a,b)
app.EditField.Value = a + b;
end
2 commentaires
qwer ty
le 30 Mai 2018
Réponses (0)
Catégories
En savoir plus sur Data Import and Export dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!