loading text file in vector columns
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuestas (1)
KALYAN ACHARJYA
el 24 de En. de 2022
May be no file "111.txt" exist in the current working directory.
Please check again & confirm?
exist('111.txt','file')
Ver también
Categorías
Más información sobre Text Files en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!