How to make loop ?
Show older comments
I have the script below:
wc = W(1).cells; % connection grid cells
WI = W(1).WI;
dz = W(1).dZ;
I want to calculate that 2 equations become one struct or array.
wc = W(1).cells;
and
wc = W(2).cells
Accepted Answer
More Answers (0)
Categories
Find more on Decision Logic in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!