SYMBMATMAKE

Makes a subscripted symbolic matrix .
2K descargas
Actualizado 18 jun 2009

Ver licencia

Returns symbolic matrices with subscripts which can be manipulated using the Symbolic Toolbox.

e.g. symbmatmake('a',2,3)

returns
[ a11, a12, a13]
[ a21, a22, a23]

e.g. symbmatmake('a',1,2)

returns
[ a1, a2]

Citar como

Richard Hindmarsh (2024). SYMBMATMAKE (https://www.mathworks.com/matlabcentral/fileexchange/2623-symbmatmake), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R13
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Symbolic Math Toolbox en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: SYMBMAT

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

Changed to BSD licence

1.0.0.0