I want to use 'syms' normally in exe. How can I solve it?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Image1-my m file
Image2-Its exe.
I made m file as like image1. I converted it to exe file. I want to use 'syms' normally in exe. How can I solve it?
0 Kommentare
Antworten (1)
Walter Roberson
am 27 Jul. 2013
You cannot use "syms" in a compiled program. The Symbolic Toolbox cannot be compiled into an executable.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Assumptions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!