Transformation struct to array
Show older comments
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 Comment
Accepted Answer
More Answers (0)
Categories
Find more on Cell Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!