find the first column of a 3x3 matrix

조회 수: 375 (최근 30일)
david edwards jr
david edwards jr 2018년 9월 24일
답변: Bish Erbas 2018년 9월 24일
I have a3x3 matrix. I need the vector x to be the first column of the matrix. thank you
david

채택된 답변

Bish Erbas
Bish Erbas 2018년 9월 24일
A = rand(3,3);
x = A(:,1);

추가 답변 (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