how to resolve the following error

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.

This question is closed.

Tags

Asked:

on 15 Jun 2014

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!