Xmin, 'string')); Xmax=str2double(get(handles.Xmax, 'string')); x=linspace(Xmin, Xmax, 200); y=a* x.^2+b*x+c; plot(x, y, 'r-', ...
確定! 回上一頁