Clear Filters
Clear Filters

Check at least one element is not zero in each row

1 view (last 30 days)
Hello,
The aim is to check in a large matrix A, there is at least one element is not zero in each row. I understand the normal method is
for i = 1: numberOfRow
% check at least one element is not zero
end
But this is going really slow.
Is there a smart way to verify it?
Thanks in advance.

Accepted Answer

Walter Roberson
Walter Roberson on 6 Mar 2011

More Answers (0)

Categories

Find more on Modeling 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!