Cell Arrays vs Matrices

2 views (last 30 days)
Mario Trevino
Mario Trevino on 9 Jul 2014
Edited: José-Luis on 18 Aug 2025
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
Cell arrays have to store additional information for each cell. Additional information generally means more processing time.
  2 Comments
Mario Trevino
Mario Trevino on 9 Jul 2014
Thanks Jose Luis
José-Luis
José-Luis on 9 Jul 2014
My pleasure.

Sign in to comment.

More Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!