convert array in matrix
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
elisa ewin
le 15 Juin 2016
Réponse apportée : Azzi Abdelmalek
le 15 Juin 2016
Hi! I want to trasform the cell arrays attached in a matrix, can you help me?
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 15 Juin 2016
load matlab
a=cell2mat(pairs(:,1))
b=pairs(:,2)
b=cell2mat([b{:}]')
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!