Effacer les filtres
Effacer les filtres

how to add rownames and column names for mat file

8 vues (au cours des 30 derniers jours)
hp
hp le 16 Sep 2018
Commenté : hp le 16 Sep 2018
i have some matfiles and i need to assign row names to all the rows of mat file

Réponses (1)

Image Analyst
Image Analyst le 16 Sep 2018
A mat file does not have rows. You can save an additional variable in your mat file if you want though. Just list them all
save('my variables.mat', 'var1', 'rowHeadings', 'fileNames', 'dataTable');
or whatever. Adapt as needed.
  1 commentaire
hp
hp le 16 Sep 2018
i am not getting how can i add all the names of the images to my mat file..

Connectez-vous pour commenter.

Catégories

En savoir plus sur Import, Export, and Conversion dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by