Convert Txt file to an array
Mostra commenti meno recenti
fid = fopen('C:\Users\Acer\Desktop\project hydro\Offset.txt');
data=textscan(fid,'%s');
fclose(fid);
Risposte (1)
Walter Roberson
il 27 Giu 2022
data = readmatrix('C:\Users\Acer\Desktop\project hydro\Offset.txt');
Categorie
Scopri di più su Cell Arrays 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!