How to open .dat file
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
mohd akmal masud
el 5 de Nov. de 2024
Movida: Walter Roberson
el 8 de Nov. de 2024
Categorías
Más información sobre Image Sequences and Batch Processing 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!