Effacer les filtres
Effacer les filtres

loading text file in vector columns

2 vues (au cours des 30 derniers jours)
ali hassan
ali hassan le 24 Jan 2022
Commenté : ali hassan le 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.

Réponses (1)

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

Catégories

En savoir plus sur Standard File Formats dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by