source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/opt/yalmip/@sdpvar/saveobj.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 320 bytes
Line 
1function out = saveobj(obj)
2%SAVEOBJ (overloaded)
3
4% Author Johan Löfberg
5% $Id: saveobj.m,v 1.4 2005/02/14 16:46:38 johanl Exp $   
6
7% We have to save the persistent variables in the SDPVAR class
8obj.savedata.internalsdpvarstate = yalmip('getinternalsdpvarstate');
9obj.savedata.version = yalmip('version');
10out = obj;
Note: See TracBrowser for help on using the repository browser.