Undefined function 'read' for input arguments of type 'double'.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
arunnagiri murrugesan
am 15 Okt. 2019
Beantwortet: KALYAN ACHARJYA
am 15 Okt. 2019
dat1=read(dat(100,1));
where dat = 1684 *1 double
2 Kommentare
Akzeptierte Antwort
KALYAN ACHARJYA
am 15 Okt. 2019
I assume that you have already dat file in your workspace
data1=dat(1:100,:);
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!