How can you get totals from separate cell arrays?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
mrs_matlab_rookie_thanks
el 23 de Sept. de 2015
Respondida: James Tursa
el 23 de Sept. de 2015
i have several cell arrays with 6 values in each. I need to sum the first cell from each array, and then sum the second cell from each array, etc...
example screenshot attached
i have no idea how to do this!
thanks :)
0 comentarios
Respuesta aceptada
James Tursa
el 23 de Sept. de 2015
Use cell2mat to convert them to doubles, then add them up.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Type Conversion en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!