Matrix2M

Outputs the m-file commands necessary to recreate a matrix, useful to include constants in m-files.

Vous suivez désormais cette soumission

This function takes a variable name, collects its contents from the base workspace and outputs (to the clipboard and the variable OutputCharMatrix) the m-code necessary for MATLAB to re-create the variable, including the variable name.
This is useful for including matrices of constants in m-files.

Accepts full or sparse matrices of real or complex numeric values.

For small 2D matrices, try mat2str instead.
Example:
a=rand(3,3,3);
Matrix2M('a')

Citation pour cette source

Thorwald van Vuure (2026). Matrix2M (https://fr.mathworks.com/matlabcentral/fileexchange/8933-matrix2m), MATLAB Central File Exchange. Extrait(e) le .

Catégories

En savoir plus sur General Physics 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.0.0.0