How to convert (2x3)[each element in 2x3 contains 1x19 double]cell array ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Bajdar Nour
le 12 Oct 2018
Rouvert : Walter Roberson
le 22 Déc 2018
2x3 cell Capture.jpg I want to convert to something like shown in 2nd jpg
3 commentaires
Réponse acceptée
Fangjun Jiang
le 12 Oct 2018
my guess, A is the original data, B is the desired result
A=repmat({1:5},2,3);
B=cell2mat(reshape(transpose(A),[],1))
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Matrices and Arrays dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!