Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

syntax martix matlab answer

4 visualizaciones (últimos 30 días)
melissa tan
melissa tan el 1 de Sept. de 2018
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 ?

Respuestas (2)

Stephan
Stephan el 1 de Sept. de 2018
Hi Melissa,
sounds like homework. You find the answer here:
Best regards
Stephan

melissa tan
melissa tan el 1 de Sept. de 2018
the 8th element the question is referring isit 3?
  8 comentarios
Image Analyst
Image Analyst el 1 de Sept. de 2018
Doesn't look like you read about linear indexing like Walter suggested. Did you look at A(8)?
Stephan
Stephan el 1 de Sept. de 2018
Editada: Stephan el 1 de Sept. de 2018
Why are you so unconfident If you Type A (8) and get 3 as result. And you type A (2,3) and get 3 as result. Look at your matrix. How many 3 are there? What can you conclude from this? Read the link

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by