필터 지우기
필터 지우기

How to convert a vector to a matrix in Matlab?

조회 수: 2 (최근 30일)
Anushka
Anushka 2015년 7월 7일
답변: Azzi Abdelmalek 2015년 7월 7일
How to convert a vector to a matrix in Matlab?

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2015년 7월 7일
a=[1 2 3 4 5 6 7 8 9]
reshape(a,3,3)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by