how to create a vector of 5 random integers each in rang of -10 and 10.
Mostra commenti meno recenti
how to create a vector of 5 random integers each in rang of -10 and 10. Perform each of the following using only vectorized code:
Subtract 3 from each element,
Count how many are positive,
Get the absolute value of each element,
Find the maximum.
Risposte (2)
Walter Roberson
il 7 Nov 2012
0 voti
Read the documentation for randi()
Amin Bashi
il 7 Nov 2012
0 voti
Categorie
Scopri di più su Creating and Concatenating Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!