How do I make a vector containing 30 cells that range from -5 to 45?

조회 수: 1 (최근 30일)
I need to create a vector of length 30 with values that range from -5 to 45:
[-5...........................................45] where n=30. How can I do this?

채택된 답변

Scott MacKenzie
Scott MacKenzie 2022년 2월 24일
randi([-5 45],1,30)
ans = 1×30
-2 21 11 35 5 35 1 45 34 -5 -4 43 12 38 17 14 3 41 21 35 0 26 27 29 33 41 1 8 36 4

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Types에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by