Counting elements of a matrix/array

2 views (last 30 days)
Alex Flores
Alex Flores on 22 Apr 2017
Edited: Alex Flores on 22 Apr 2017
I have a 1000x1000 array of uniformly distributed random numbers between -1 to 1. I need to come up with a way to count how many negative numbers are generated are in the array without using loops. I was able to do it with loops, but I am struggling with trying to figure out how to do it without loops. any answer is very appreciated :)

Accepted Answer

KSSV
KSSV on 22 Apr 2017
doc numel

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!