2015-01-14 181 views
0

我有救了一个非常大的矩阵A保存非常大的矩阵在Matlab

为了节省在Matlab这个问题,我使用

save(sprintf('databs%d.mat'), 'A') 

Warning: Variable `'A'` cannot be saved to a MAT-file whose version is 
older than 7.3. 
To save this variable, use the -v7.3 switch. 

哪个命令我应该输入保存A

+1

你是否按照建议设置了'-v7.3'开关? –

+0

我不知道怎么回事,这是个问题 – user3285148

+4

阅读'save'的文档! – Daniel

回答

0
save('-v7.3', 'yourFileName', 'A')