how to resolve the following error
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
Error using load Number of columns on line 1 of ASCII file C:\Users\Guest\bhavnaghai\phaseds11.txt must be the same as previous lines.
Réponses (1)
Image Analyst
le 15 Juin 2014
0 votes
You can do what it says and make the lines have the same number of columns. Or use readtable() or dlmread() and specify the number of header lines.
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!