Is it possible to cut a method function from the .mlapp file into a separate .m file by creating a library of functions?
Show older comments
For example:
function summ(app,a,b)
app.EditField.Value = a + b;
end
2 Comments
qwer ty
on 30 May 2018
Answers (0)
Categories
Find more on Data Import and Export in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!