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 Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by