converting from timeseries to double
古いコメントを表示
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;
採用された回答
その他の回答 (1 件)
Caglar Imer
2019 年 9 月 17 日
0 投票
Thanks a lot
カテゴリ
ヘルプ センター および File Exchange で Time Series Collections についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!