Info

This question is closed. Reopen it to edit or answer.

how to resolve the following error

1 view (last 30 days)
bhavna
bhavna on 15 Jun 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
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
Image Analyst on 15 Jun 2014
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.

Tags

Community Treasure Hunt

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

Start Hunting!