Generating random 50 number between 0 to 27 and padding 000 all side?
조회 수: 1 (최근 30일)
이전 댓글 표시
how int generating random 50 number between 0 to 27 and padding 000 all side?
:(
댓글 수: 0
채택된 답변
madhan ravi
2018년 12월 1일
편집: madhan ravi
2018년 12월 1일
a=randi([0 27],1,50)
padarray(a,[1,1],0) % requires image processing toolbox
댓글 수: 6
madhan ravi
2018년 12월 2일
Anytime :) , that wasn't the original question so post a separate question.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!