loading text file in vector columns
Mostra commenti meno recenti
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.
Risposte (1)
KALYAN ACHARJYA
il 24 Gen 2022
May be no file "111.txt" exist in the current working directory.
Please check again & confirm?
exist('111.txt','file')
1 Commento
ali hassan
il 25 Gen 2022
Categorie
Scopri di più su File Operations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!