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
Wayne King 2011년 10월 27일

0 개 추천

Hint:
see the help for reshape() and then think about what the transpose operator,', does

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

태그

질문:

2011년 10월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by