str2syms(symstr)

Versione 1.0.0.0 (1004 Byte) da Bardo
str2syms evaluates a string representing a symbolic expression.
322 download
Aggiornato 28 mag 2018

Visualizza la licenza

str2syms evaluates symstr where symstr is a string representing a symbolic expression.
Additionally to str2sym, str2syms declares unknown variables as symbolic in the caller workspace.
Example:
syms x y
y = x;
z = str2syms('a + y')
creating symbolic variable a
z =
a + x

Cita come

Bardo (2026). str2syms(symstr) (https://it.mathworks.com/matlabcentral/fileexchange/67519-str2syms-symstr), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2014b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Tag Aggiungi tag
Versione Pubblicato Note della release
1.0.0.0