add missing end on saveobj

release/4.3a0
Chris Beall 2013-06-25 18:36:57 +00:00
parent ef5fb525de
commit e1b24acc96
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ classdef Point3 < handle
% SAVEOBJ Saves the object to a matlab-readable format % SAVEOBJ Saves the object to a matlab-readable format
sobj = obj.string_serialize(); sobj = obj.string_serialize();
end end
end
methods(Static = true) methods(Static = true)
function varargout = StaticFunctionRet(varargin) function varargout = StaticFunctionRet(varargin)