Gentlemen, are cell arrays faster or slower than Matrices to store numbers? thanks in advance! mario

 Accepted Answer

José-Luis
José-Luis on 9 Jul 2014
Edited: José-Luis on 18 Aug 2025

1 vote

Cell arrays have to store additional information for each cell. Additional information generally means more processing time.

2 Comments

Thanks Jose Luis
My pleasure.

Sign in to comment.

More Answers (0)

Categories

Tags

Community Treasure Hunt

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

Start Hunting!