Undefined function 'read' for input arguments of type 'double'.

dat1=read(dat(100,1));
where dat = 1684 *1 double

2 Kommentare

Daniel M
Daniel M am 15 Okt. 2019
Bearbeitet: Daniel M am 15 Okt. 2019
doc read
What are you trying to accomplish?
read the first 100 values of the data

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

I assume that you have already dat file in your workspace
data1=dat(1:100,:);

Weitere Antworten (0)

Kategorien

Mehr zu Data Import and Analysis finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by