Transformation struct to array
古いコメントを表示
HI, why is it not work?
xdata=[1];
n=3;
subs(eqn,y,n);
st=solve(eqn,x);
xdata(n)=struct2cell(st);
Error:
Check for missing argument or incorrect argument data type in call to function 'struct2cell'.
1 件のコメント
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Cell Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!