Matrix as an input argument, multiple outputs

Been at this for a while now. I believe I'm following the instructions, but some how I'm not clearing the module.

1 comentario

Replacing
corners(x);
with the following code in the "Code to call your function" field might work
[top_left,top_right,bottom_left,bottom_right] = corners(x)
Let me know what's the outcome

Iniciar sesión para comentar.

Respuestas (1)

Stephen23
Stephen23 el 27 de Sept. de 2019
Editada: Stephen23 el 27 de Sept. de 2019

0 votos

Your indexing assumes that the input matrix has size 2x2.
The assignment does not state that restriction, so you should write your function to work with any input matrix of any-size.
Hint: end

Categorías

Etiquetas

Preguntada:

el 26 de Sept. de 2019

Editada:

el 27 de Sept. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by