x=[1:.1:10 1000];
y=[1:.1:10 2000];
After reading the following values in the Curve Fitting Toolbox,
I deleted (1000,2000) as an outlier.
After removing the ejection point from the Curve Fitting Toolbox (manually using the mouse) in MATLAB, I want to save the changed x and y values in the command window.
I tried to save in the workspace, but this saves a structure called "workspace" and "goodness", but does not remove redundant values from the x and y variables in the command window.
source
share