Why different size on 2 files?
Mostrar comentarios más antiguos
I have 2 files, which has been created with same fil. But the size are very different. Why this different?
Respuestas (2)
madhan ravi
el 23 de Oct. de 2018
Editada: madhan ravi
el 23 de Oct. de 2018
0 votos
see https://in.mathworks.com/matlabcentral/answers/97955-why-do-mat-files-for-variables-of-the-same-size-occupy-different-amount-of-disk-space answer given by mathworks support team
10 comentarios
Rasmus Chrisander
el 23 de Oct. de 2018
Rasmus Chrisander
el 24 de Oct. de 2018
madhan ravi
el 24 de Oct. de 2018
Editada: madhan ravi
el 24 de Oct. de 2018
yes of course
type in command window
whos yourvariable %variable which you want to see the data type
madhan ravi
el 24 de Oct. de 2018
for example:
>> a=1
a =
1
>> whos a
Name Size Bytes Class Attributes
a 1x1 8 double
>>
Rasmus Chrisander
el 24 de Oct. de 2018
madhan ravi
el 24 de Oct. de 2018
no they are not the same size
madhan ravi
el 24 de Oct. de 2018
but the bytes are different
Rasmus Chrisander
el 24 de Oct. de 2018
madhan ravi
el 24 de Oct. de 2018
To be frank I agree your point , did you read that link completely?
Rasmus Chrisander
el 24 de Oct. de 2018
Rasmus Chrisander
el 23 de Oct. de 2018
0 votos
Categorías
Más información sobre Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!