필터 지우기
필터 지우기

Define a column series

조회 수: 2 (최근 30일)
Amir Ehsani
Amir Ehsani 2020년 9월 23일
편집: madhan ravi 2020년 9월 23일
I usually define a row matrix as below:
t=1:1:10
How can I define a column matrix in this way.
Thanks

채택된 답변

madhan ravi
madhan ravi 2020년 9월 23일
편집: madhan ravi 2020년 9월 23일
t = (1:10).'
%Or
t(:) % from your example

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by