how to resolve the following error
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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.
Answers (1)
Image Analyst
on 15 Jun 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.
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!