A being the matrix , x being some index

2 件のコメント

madhan ravi
madhan ravi 2019 年 3 月 29 日
That is the reason I told you to learn about matlab indexing:
>> x=2;
>> A=rand(4)
A =
0.9516 0.2691 0.4177 0.6663
0.9203 0.4228 0.9831 0.5391
0.0527 0.5479 0.3015 0.6981
0.7379 0.9427 0.7011 0.6665
>> A(:,x)
ans =
0.2691
0.4228
0.5479
0.9427
>>
GOPAL RAWAT
GOPAL RAWAT 2019 年 3 月 29 日
thanks for sharing the info

サインインしてコメントする。

 採用された回答

Jan
Jan 2019 年 3 月 29 日

0 投票

Please read the "Getting Stared" chapters of the documentation and use Matlab's OnRamp to learn the basics: https://matlabacademy.mathworks.com/

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMatrix Indexing についてさらに検索

質問済み:

2019 年 3 月 29 日

回答済み:

Jan
2019 年 3 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by