How can i create matrix using vectors

i have 10 vectors. i want to create a matrix by the vectors as coulumns

답변 (1개)

madhan ravi
madhan ravi 2019년 3월 26일

0 개 추천

Firstly you shouldn’t have named the vectors , it would have been easier if you would have stored them as cells in the first place, anyhow;
[v1(:),v2(:),v3(:),v4(:),v5(:),v6(:),v7(:),v8(:),v9(:),v10(:)]

카테고리

도움말 센터File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

질문:

2019년 3월 26일

답변:

2019년 3월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by