loading text file in vector columns

4 Ansichten (letzte 30 Tage)
ali hassan
ali hassan am 24 Jan. 2022
Kommentiert: ali hassan am 25 Jan. 2022
i have a text file which is having 8 different colums. i want to load this text file and save the colums as vectors.
filename='111.txt';
a=importdata(filename)
it is giving error.
Error using importdata
Unable to open file.

Antworten (1)

KALYAN ACHARJYA
KALYAN ACHARJYA am 24 Jan. 2022
May be no file "111.txt" exist in the current working directory.
Please check again & confirm?
exist('111.txt','file')

Kategorien

Mehr zu Standard File Formats finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by