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.

Réponses (1)

Image Analyst
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.

Tags

Question posée :

le 15 Juin 2014

Clôturé :

le 20 Août 2021

Community Treasure Hunt

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

Start Hunting!

Translated by