append non-compression data to matfile problem
Mostrar comentarios más antiguos
I want to append a variable to a existed .mat file, but Matlab occurs error:
Nocompression not supported for this MAT-file version. Use MAT-file v7.3 instead.
below is the test code:
test=1;
save test test
T=rand(1e6,1);
save('test.mat','T','-append','-nocompression')
is there any mistake with my operation?
Thanks!
Yu
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Database Toolbox 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!