From: Simon Altenburg on 23 Mar 2010 06:13 Hello, I am trying to save a quite complex structure (dataStruct) using 2008b. As long as the structure only contains data it works fine, but if I add a function handle MatLab gives an "Error closing file". For this i use: save(fileName,'-struct','dataStruct'); Without the function handle the file has about 35MB. This is about the correct size, regarding the amount of data saved. If I change to save('-v7.3',fileName,'-struct','dataStruct'); it works, but the file has 205MB. Any ideas what the problem could be? Thanks in advance, Simon
|
Pages: 1 Prev: plot confidence interval Next: How to remove file extension? |