Borrar filtros
Borrar filtros

could anyone help me to arrange the number in set brackets {}

1 visualización (últimos 30 días)
jaah navi
jaah navi el 12 de Sept. de 2019
Respondida: madhan ravi el 12 de Sept. de 2019
i am having a matrix a=[1 2;
1 3;
2 4;
3 4]
I want to arrange the numbers present in matrix as set brackets.
{1 2}
{1 3}
{2 4}
{3 4}
Could anyone please help me on this.

Respuestas (1)

madhan ravi
madhan ravi el 12 de Sept. de 2019
num2cell(a,2)

Categorías

Más información sobre Data Types en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by