Data structure that handles variable size data elements.
古いコメントを表示
Can i accomodate various sized integers together in an array like arr1=[1(1bit), 3(2bits), 6(3bits), 14(4bits), 31(5bits), 55(6bits), 121(7bits), 255(8bits)..so on..]. I want the variable should use the optimal storage by means of using variable size representations to the various elements in an array(as per requirement).
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!