Switch to full style
General MATLAB code examples.
Post a reply

error closing file matlab save

Tue Apr 03, 2012 1:30 am

This is a problem you may face while you are saving your object. The error is "error closing file matlab save" when using save function , For me happened when saving big structures objects and i solved it by adding parameter '-v7.3'.

Code:

save
('-v7.3','filePath','ObjectName');
 




Post a reply
  Related Posts  to : error closing file matlab save
 Save Image to a file in ITK     -  
 read file in matlab     -  
 File Uploding Error in asp.net     -  
 How to save in a file the ASCII Characters? Like "☺"     -  
 GeoCities is closing     -  
 Closing connection in jsp     -  
 How to download and save .mov files from this website ?     -  
 How to save a search fields...in Struts2.0     -  
 Video For Learning how to deal with (Open, Save dialogs) , f     -  
 Chat client and server, save messages and delete     -  

Topic Tags

Matlab Basics