SYMBMATMAKE

Makes a subscripted symbolic matrix .

Sie verfolgen jetzt diese Einreichung

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]

Zitieren als

Richard Hindmarsh (2026). SYMBMATMAKE (https://de.mathworks.com/matlabcentral/fileexchange/2623-symbmatmake), MATLAB Central File Exchange. Abgerufen .

Quellenangaben

Inspiriert: SYMBMAT

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.1.0.0

Changed to BSD licence

1.0.0.0