question about the textscan on a text file
Afficher commentaires plus anciens
I tried to use fopen the attached file, textscan, then reshape the matrix i used
fileid = ('filename.txt');
c = textscan ( fileid, '%n %n %n %n','headerlines',5,'delimiter',',')
the number of the elements that matlab read is 614, but my actual matrix from the text is 616. Is there any problem on my code
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Text Files 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!