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

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