how to simplify the command line that generates cell array
Mostra commenti meno recenti
I am having C = 6×1 cell array
{2×1 double}
{2×1 double}
{2×2 double}
{2×2 double}
{2×3 double}
{2×3 double}
using C = {rand(2,1);rand(2,1);rand(2,2);rand(2,2);rand(2,3);rand(2,3);}
is there any simplified way to write the above command.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Data Types in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!