Why different size on 2 files?
古いコメントを表示
I have 2 files, which has been created with same fil. But the size are very different. Why this different?
回答 (2 件)
madhan ravi
2018 年 10 月 23 日
編集済み: madhan ravi
2018 年 10 月 23 日
0 投票
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 件のコメント
Rasmus Chrisander
2018 年 10 月 23 日
Rasmus Chrisander
2018 年 10 月 24 日
madhan ravi
2018 年 10 月 24 日
編集済み: madhan ravi
2018 年 10 月 24 日
yes of course
type in command window
whos yourvariable %variable which you want to see the data type
madhan ravi
2018 年 10 月 24 日
for example:
>> a=1
a =
1
>> whos a
Name Size Bytes Class Attributes
a 1x1 8 double
>>
Rasmus Chrisander
2018 年 10 月 24 日
madhan ravi
2018 年 10 月 24 日
no they are not the same size
madhan ravi
2018 年 10 月 24 日
but the bytes are different
Rasmus Chrisander
2018 年 10 月 24 日
madhan ravi
2018 年 10 月 24 日
To be frank I agree your point , did you read that link completely?
Rasmus Chrisander
2018 年 10 月 24 日
カテゴリ
ヘルプ センター および File Exchange で Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!