Syms suddenly doesnt work
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Tobias Dehn Nielsen
am 6 Aug. 2024
Kommentiert: Tobias Dehn Nielsen
am 7 Aug. 2024
Something what I have done many times and something that is in matlab helt suddently doesnt work? any idea how that is. Link to matlab help site: https://se.mathworks.com/help/symbolic/syms.html, look under "Create Vector of Symbolic Scalar Variables"
syms c [1 4]
And I get this error:
Warning: deprecated syntax used in sym constructor
> In sym (line 156)
In syms (line 56)
Error using assignin
Invalid variable name "[1 4]" in ASSIGNIN.
Error in syms (line 56)
assignin('caller',varargin{i},sym(varargin{i}));
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 6 Aug. 2024
Line 56 of syms in R2023b is comments -- the comments go to line 97.
Therefore, you are not using the regular syms code.
Perhaps you installed MATLAB Connector for Maple?
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Number Theory 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!