Convert Txt file to an array

fid = fopen('C:\Users\Acer\Desktop\project hydro\Offset.txt');
data=textscan(fid,'%s');
fclose(fid);

Risposte (1)

data = readmatrix('C:\Users\Acer\Desktop\project hydro\Offset.txt');

Categorie

Prodotti

Tag

Richiesto:

il 27 Giu 2022

Risposto:

il 27 Giu 2022

Community Treasure Hunt

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

Start Hunting!

Translated by