classdef ObjData < matlab.mixin.Copyable properties id; end methods function obj = ObjData(path) [~,name] = fileparts(path);