By using
>> whos
I was able to determine that x's class is a "prob.ToolboxFittableParametricDistribution" object, such that
for i=1:3
isa(x(i),'prob.ToolboxFittableParametricDistribution')
end
returns true for all three x's.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!