converting from timeseries to double

164 visualizaciones (últimos 30 días)
sattybol40
sattybol40 el 2 de Mzo. de 2018
Comentada: sirouni yassine el 2 de Jun. de 2021
for j=1:Nf
omega1=omega(j);
sim('csm');
DF = (DFreal+sqrt(-1)*DFimag);
s(j,:)=DF;
array(1,1,j,:)=DF;
end
: Conversion to double from timeseries is not possible. Error in rel (line 10) s(j,:)=DF;

Respuesta aceptada

Birdman
Birdman el 2 de Mzo. de 2018
I assume you are saving data from your simulation by using To Workspace block. I suggest you to change your Save format to Array so that you will obtain your data in numeric type.
  7 comentarios
muhammad imam sudrajat
muhammad imam sudrajat el 26 de Mayo de 2020
Yup, solved my problem. Thanks
sirouni yassine
sirouni yassine el 2 de Jun. de 2021
Thinks

Iniciar sesión para comentar.

Más respuestas (1)

Caglar Imer
Caglar Imer el 17 de Sept. de 2019
Thanks a lot

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by