Does using cells cause dramatically slow down the code?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
IBM watson
am 4 Apr. 2019
Kommentiert: Walter Roberson
am 4 Apr. 2019
Does using cells instead of matrixes make big difference?
0 Kommentare
Akzeptierte Antwort
Guillaume
am 4 Apr. 2019
A cell array of scalar numbers will always be slower to process that a matrix with the same scalar numbers, yes. There's also no point in using a cell array for that since you can't perform mathematical operations directly on a cell array.
What is the context behind your question?
4 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!