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;

 Réponse acceptée

Birdman
Birdman le 2 Mar 2018

8 votes

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 commentaires

sattybol40
sattybol40 le 2 Mar 2018
It worked, Thank You.
Hakeem Kadir
Hakeem Kadir le 11 Mar 2018
I came across this after going through a lot of google links.
it worked. Thanks Birdman
Emre Deniz
Emre Deniz le 16 Août 2018
This helped alot, easy fix, thanks alot Birdman
thanks its work
Alisa Rudenko
Alisa Rudenko le 15 Mar 2020
Thank you so much! Helped a lot
Yup, solved my problem. Thanks
sirouni yassine
sirouni yassine le 2 Juin 2021
Thinks

Connectez-vous pour commenter.

Plus de réponses (1)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by