linspace
이전 댓글 표시
I need to create a 4x5 matrix by using linspace. The matrix needs iteger values from 101-120 filling rows first. How do I do that in just one line of code?
답변 (1개)
Wayne King
2011년 10월 27일
0 개 추천
Hint:
see the help for reshape() and then think about what the transpose operator,', does
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!