Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
SYMBMATMAKE by Richard Hindmarsh was the inspiration for this submission. I have rewritten to vectorize it. No more loops! It also illustrates how to write compact code without loops.
Short Description:
Returns symbolic matrices with subscripts which can be manipulated using the Symbolic Toolbox.
e.g. symbmat('a',2,3)
returns
[ a11, a12, a13]
[ a21, a22, a23]
e.g. symbmat('a',1,2)
returns
[ a1, a2]
Zitieren als
Mukhtar Ullah (2026). SYMBMAT (https://de.mathworks.com/matlabcentral/fileexchange/5905-symbmat), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert von: SYMBMATMAKE
Allgemeine Informationen
- Version 1.0.0.0 (643 Bytes)
-
Keine Lizenz
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.0.0 | optimised by removing repmat and employing ones |
