Effacer les filtres
Effacer les filtres

convert array in matrix

4 vues (au cours des 30 derniers jours)
elisa ewin
elisa ewin le 15 Juin 2016
Hi! I want to trasform the cell arrays attached in a matrix, can you help me?

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 15 Juin 2016
load matlab
a=cell2mat(pairs(:,1))
b=pairs(:,2)
b=cell2mat([b{:}]')

Plus de réponses (0)

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by