Borrar filtros
Borrar filtros

find the first column of a 3x3 matrix

187 visualizaciones (últimos 30 días)
david edwards jr
david edwards jr el 24 de Sept. de 2018
Respondida: Bish Erbas el 24 de Sept. de 2018
I have a3x3 matrix. I need the vector x to be the first column of the matrix. thank you
david

Respuesta aceptada

Bish Erbas
Bish Erbas el 24 de Sept. de 2018
A = rand(3,3);
x = A(:,1);

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by