Matlab data classes advantages
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
What are the Matlab data classes and the advantages and disadvantages of each class?
Thank you.
0 Kommentare
Antworten (1)
Adam
am 24 Okt. 2019
Bearbeitet: Adam
am 24 Okt. 2019
In basic terms obviously floating point (double,single) gives higher accuracy, but takes more memory, with double taking double the memory of a single (well, yes...). Different integer types also follow the same logic - the lower the memory usage the lower the accuracy.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Data Type Identification 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!