how to read a file and convert to matrix format
Afficher commentaires plus anciens
i am reading a file which has the values in the form
v -0.141202 5 5
v 3 5 5
v 4 5 5
i want to convert this in the form of a cell ignoring space ie in the form of 3X4 matrix
Thanks in advance
Réponse acceptée
Plus de réponses (1)
Sumit Tandon
le 28 Sep 2012
0 votes
There are several options - e.g. using Import Wizard or TEXTSCAN command.
Catégories
En savoir plus sur Large Files and Big Data dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!