By what I can replace randint() function.
이전 댓글 표시
Here is a randint function, i am not having communication toolbox. How i can rewrite this statement. k = randint(1,1,10)+5;
채택된 답변
추가 답변 (1개)
Steven Lord
2018년 9월 20일
randi([5, 14], [1 1])
since randint(1, 1, 10) created a number in the range [0, 9].
카테고리
도움말 센터 및 File Exchange에서 Simscape Electrical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!