We do not know exactly what PlotCone does, but we can predict from the observed behavior that it is creating more than one line() object when it is invoked.
If it can return the line handles, then use
h1 = PlotCone([2000,100,780,50,'k');
h2 = PlotCone(height, Thickness, InnerTopDia, InnerBotDia, [0 0.6 0]);
legend([h1(1), h2(1)], {'Spec', 'Measure'});
0 Comments
Sign in to comment.