Reducing memory of variables

1 vue (au cours des 30 derniers jours)
Joel Schelander
Joel Schelander le 19 Avr 2021
I have a 108x108 cell, each cell contains a double of 525600x1, which represents a value for every minute of the year (the value can be two values 0 or 11)
I will generate 36 of these cells, my memory is limited to 64 GB. Can I somehow reduce the memory of the doubles?

Réponse acceptée

the cyclist
the cyclist le 19 Avr 2021
Yes, there are many numeric types that use less memory than a double.
Looks like you could use an 8-bit unsigned integer.

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Produits


Version

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by