reading data from text file
Afficher commentaires plus anciens
I have a text file that consists of:
[a, b, c]=textread('C:\Users\Srtm\Desktop\new\os.txt','%f%f%f');
where am i doing wrong
1 commentaire
Rena Berman
le 24 Jan 2023
(Answers Dev) Restored edit
Réponse acceptée
Plus de réponses (1)
Cris LaPierre
le 27 Juin 2022
1 vote
Use readtable (use column headers as variable names) or readmatrix (will need to skip the first row) instead.
Catégories
En savoir plus sur File Operations dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!