Matlab data classes advantages
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
What are the Matlab data classes and the advantages and disadvantages of each class?
Thank you.
0 comentarios
Respuestas (1)
Adam
el 24 de Oct. de 2019
Editada: Adam
el 24 de Oct. de 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 comentarios
Ver también
Categorías
Más información sobre Data Type Identification en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!