Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Converts symbolic variables to a Matlab equation string insuring that only array opps are used. Symbolic arrays are converted to linear Cell arrays of strings. This function is most often used to prepare symbolic answers for use with the "eval()" command. Also, converts Maple "atan" function to Matlab "atan2". Converts
Maple "array([[a,b],[c,d]])" notation to matlab "[a,b;c,d]" notation.
Note: eval() of a matrix only works if all the input variables have single values. i.e. vectors and arrays won't work.
Note2: eval() does not work on Cell arrays directly. Use "Cell_array{index}" to keep eval() happy
Citar como
Martin Lawson (2026). sym2str (https://es.mathworks.com/matlabcentral/fileexchange/19217-sym2str), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspiración para: campodir
Información general
- Versión 1.1.0.0 (1,88 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
