Matrix in a matrix..............
古いコメントを表示
In matlab:
x =
1 3 6
8 3 6
1 9 0
y =
5 4 6
7 9 4
2 6 4
Z=x(y)
Z =
3 3 9
6 0 3
8 9 3
How can i find Z manually..........
1 件のコメント
Walter Roberson
2013 年 2 月 21 日
please read the guide to tags and retag this question. see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!