reading data from text file
Ältere Kommentare anzeigen
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 Kommentar
Rena Berman
am 24 Jan. 2023
(Answers Dev) Restored edit
Akzeptierte Antwort
Weitere Antworten (1)
Cris LaPierre
am 27 Jun. 2022
1 Stimme
Use readtable (use column headers as variable names) or readmatrix (will need to skip the first row) instead.
Kategorien
Mehr zu File Operations finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!