Info

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

extract from F the matrix G of size 2 x 2 which has the first and third row of F and the second and third columns of F

2 visualizaciones (últimos 30 días)
F = [2 3 4;
-1 4 7;
-9 11 13]
I would like to know how to write the Matrix G on Metlab

Respuestas (1)

Image Analyst
Image Analyst el 15 de En. de 2018
Do this:
G = F([1,3], [2,3])

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