matrix2m
Version 1.0.0 (1,68 KB) von
Jordi Palacin
Returns a matrix as a displayed text. Designed to copy/add a raw matrix in an m file.
MATRIX2M(A, digits) returns the matrix A as a displayed text.
Designed to copy/add a raw matrix in an m file.
The matrix A can have one, two or three dimensions
Usage example:
>>A = rand(1,4);
>>matrix2m(A); % returns the text description of A, as follows
Copy the following text into your m file:
A = [0.2583 0.4094 0.5951 0.2626];
Zitieren als
Jordi Palacin (2025). matrix2m (https://de.mathworks.com/matlabcentral/fileexchange/169573-matrix2m), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2024a
Kompatibel mit R2015b und späteren Versionen
Plattform-Kompatibilität
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0 |
