How to open .dat file
古いコメントを表示
Dear All,
I have .dat file as attached. I tried open using this script but an error.
Error using reshape
Number of elements must not change. Use [] as one of the size inputs to automatically calculate the appropriate
size for that dimension.
unzip xcat_wb.zip
fid = fopen('xcat_wb.dat','rb');
arr = fread(fid,'int8');
fclose(fid);
dim = [364,364,110];
arr = reshape(arr,dim)
volshow
採用された回答
その他の回答 (1 件)
mohd akmal masud
2024 年 11 月 5 日
移動済み: Walter Roberson
2024 年 11 月 8 日
カテゴリ
ヘルプ センター および File Exchange で Image Sequences and Batch Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!