How to obtain matrix with single value in one column?
이전 댓글 표시
Hello,
How can I obtain the value p=2000 in matrix of one column and 41 rows?
답변 (1개)
John Petersen
2013년 3월 11일
P = p*ones(41,1);
카테고리
도움말 센터 및 File Exchange에서 Numeric Types에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!