Main Content
rcoplot
Residual case order plot
Syntax
rcoplot(r,rint)
rcoplot(ax,r,rint)
Description
rcoplot(r,rint)
displays an error bar plot of the
confidence intervals on the residuals from a regression. The residuals appear in the plot in
case order.
rcoplot(ax,r,rint)
plots into
the axes specified by ax
instead of the current axes (gca
). (since R2024a)