how to create a vector of 5 random integers each in rang of -10 and 10.
古いコメントを表示
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.
回答 (2 件)
Walter Roberson
2012 年 11 月 7 日
0 投票
Read the documentation for randi()
Amin Bashi
2012 年 11 月 7 日
0 投票
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!