Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
dat1=read(dat(100,1));
where dat = 1684 *1 double
  2 comentarios
Daniel M
Daniel M el 15 de Oct. de 2019
Editada: Daniel M el 15 de Oct. de 2019
doc read
What are you trying to accomplish?
arunnagiri murrugesan
arunnagiri murrugesan el 15 de Oct. de 2019
read the first 100 values of the data

Iniciar sesión para comentar.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Data Import and Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by