Azzera filtri
Azzera filtri

How to convert a cell into normal matrix?

2 visualizzazioni (ultimi 30 giorni)
Akhil  Reddy
Akhil Reddy il 9 Giu 2016
Risposto: Sachin Shrestha il 9 Giu 2016
cell2mat is not working
  1 Commento
Jos (10584)
Jos (10584) il 9 Giu 2016
Why not? It works perfectly on my computer ...
You have to show us the input, the code, the expected output and the error you get. Most of us here are not blessed with clairvoyance or other mindreading abilities.

Accedi per commentare.

Risposte (1)

Sachin Shrestha
Sachin Shrestha il 9 Giu 2016
Hi Akhil,
If possible provide more details, the problem could be with the input that you have provided and the output that you are expecting; else cell2mat should work fine.
For e.g.
x_cell={1,2,3,4,5}; % cell
x_mat=cell2mat(x_cell); % after conversion to matrix
disp(sum(x_mat)); % sum the contents of matrix
Good Luck!

Categorie

Scopri di più su Data Type Conversion in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by