Create column vector with same length as a matrix(6x6).

So I'm wondering how you would create a column vector with the same length as a matrix (I'm using a 6x6 matrix) using the transpose oporator.
I have no idea how to do this so any advice would be much appreaciated.
Thanks,
Ben.

답변 (1개)

Matt J
Matt J 2020년 10월 17일
편집: Matt J 2020년 10월 18일
Taking the question literally, one solution would be,
(1:6).'
but I feel there must be missing information.

카테고리

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

질문:

2020년 10월 17일

편집:

2020년 10월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by