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!