Feeds
답변 있음
Using save with -v7.3 takes a long time and the mat file size is enormous
tried the following: a = ones(15000); save('a.mat', 'a'); % 800kb file save('b.mat', 'a', '-v7.3'); % 11 mb file The same...
Using save with -v7.3 takes a long time and the mat file size is enormous
tried the following: a = ones(15000); save('a.mat', 'a'); % 800kb file save('b.mat', 'a', '-v7.3'); % 11 mb file The same...
5년 초과 전 | 1
