Can I do this in Matlab?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Erwin Avendaño
am 7 Nov. 2017
Kommentiert: Erwin Avendaño
am 7 Nov. 2017
What happens is that my code uses Symbolic Math Toolbox and then making my guide executable the button that uses Symbolic Math Toolbox does not work, I had thought if using for example "syms, str2double, vpa" in my guide does not work because when executable do not know what to do if I could directly add the script of these, look in the matlab folder the vpa, str2double, syms script and I came up with my idea is to paste these scripts when I ask for the files my guide needs to start . It's okay?
0 Kommentare
Akzeptierte Antwort
John D'Errico
am 7 Nov. 2017
Sorry. You cannot copy parts of a toolbox into another directory and have those functions work properly.
5 Kommentare
Weitere Antworten (1)
Image Analyst
am 7 Nov. 2017
From Answers in the other post today, we know that you cannot compile an m-file into a standalone executable if it does anything with the symbolic toolbox. See if you can convert your problem into a numerical solution instead of a symbolic one.
Siehe auch
Kategorien
Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!