add missing end on saveobj
parent
ef5fb525de
commit
e1b24acc96
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue