Info
この質問は閉じられています。 編集または回答するには再度開いてください。
syntax martix matlab answer
5 ビュー (過去 30 日間)
古いコメントを表示
1 Let A = [0 2 0 4 5; 1 20 3 40 5; 10 200 30 40 50]
a) Write the MATLAB syntax to get the 8th element of A?
How do i write the matlab syntax for this question ?
0 件のコメント
回答 (2 件)
Stephan
2018 年 9 月 1 日
Hi Melissa,
sounds like homework. You find the answer here:
Best regards
Stephan
0 件のコメント
melissa tan
2018 年 9 月 1 日
8 件のコメント
Image Analyst
2018 年 9 月 1 日
Doesn't look like you read about linear indexing like Walter suggested. Did you look at A(8)?
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!