methods
function obj = SomeOtherClass(n) tmp(n,1)=someClass;
obj.someClassArray=tmp; end
end
methods
function obj = SomeOtherClass(n) tmp(n,1)=someClass;
obj.someClassArray=tmp; end
end
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!