Borrar filtros
Borrar filtros

Info

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

can any one of you tell me how to implement the equations ..if i have taken [a b]=[1 2]; how can i get a=1,and b=2? where [a b] is a one by 2 matrix and [1 2] is also a matrix

1 visualización (últimos 30 días)
can any one of you tell me how to implement the equations ..if i have taken [a b]=[1 2]; how could i get a=1,and b=2? where [a b] is a one by 2 matrix and [1 2] is also a matrix

Respuestas (1)

Matt J
Matt J el 11 de Feb. de 2014
Editada: Matt J el 11 de Feb. de 2014
q=num2cell([1,2]);
[a,b]=deal(q{:});

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