Info
This question is closed. Reopen it to edit or answer.
syntax martix matlab answer
5 views (last 30 days)
Show older comments
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 Comments
Answers (2)
Stephan
on 1 Sep 2018
Hi Melissa,
sounds like homework. You find the answer here:
Best regards
Stephan
0 Comments
melissa tan
on 1 Sep 2018
8 Comments
Image Analyst
on 1 Sep 2018
Doesn't look like you read about linear indexing like Walter suggested. Did you look at A(8)?
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!