reading data from text file
Mostra commenti meno recenti
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 Commento
Rena Berman
il 24 Gen 2023
(Answers Dev) Restored edit
Risposta accettata
Più risposte (1)
Cris LaPierre
il 27 Giu 2022
1 voto
Use readtable (use column headers as variable names) or readmatrix (will need to skip the first row) instead.
Categorie
Scopri di più su File Operations in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!