SYMBMATMAKE

Makes a subscripted symbolic matrix .

Vous suivez désormais cette soumission

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]

Citation pour cette source

Richard Hindmarsh (2026). SYMBMATMAKE (https://fr.mathworks.com/matlabcentral/fileexchange/2623-symbmatmake), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

A inspiré : SYMBMAT

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.1.0.0

Changed to BSD licence

1.0.0.0