transform matrix nx3 to cell nx2
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Pilar Julieta Tagliero
il 23 Giu 2021
Commentato: Pilar Julieta Tagliero
il 24 Giu 2021
Hello
Starting from this 4x3 matrix:
O =
0 10 0
0 10 0
0.1 2 3
0.1 2 3
How could I obtain this cell?
P =
4×2 cell array
{[0 10]} {[0]}
{[0 10]} {[0]}
{[0.1 2]} {[3]}
{[0.1 2]} {[3]}
In this case the number of rows is fixed n=4, but I need n to be a variable.
Thanks in advance!!
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!