how to make status array (like status=010) instead of status variable which holding one value
1 view (last 30 days)
Show older comments
my case is like this
for i = 1 : n1 for j = 1 : m1 for k =1 : 4 if(B{i,j}== 0) status=0; else status=1; end
end
end
end
0 Comments
Answers (0)
See Also
Categories
Find more on Data Types 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!