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

1 vue (au cours des 30 derniers jours)
dat1=read(dat(100,1));
where dat = 1684 *1 double
  2 commentaires
Daniel M
Daniel M le 15 Oct 2019
Modifié(e) : Daniel M le 15 Oct 2019
doc read
What are you trying to accomplish?
arunnagiri murrugesan
arunnagiri murrugesan le 15 Oct 2019
read the first 100 values of the data

Connectez-vous pour commenter.

Réponse acceptée

KALYAN ACHARJYA
KALYAN ACHARJYA le 15 Oct 2019
I assume that you have already dat file in your workspace
data1=dat(1:100,:);

Plus de réponses (0)

Catégories

En savoir plus sur Data Import and Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by