Feeds
提问
while executing this code in MATLAB iam getting an error like visualizeBoundary requiers more input arguments?
function visualizeBoundary(X, y, model, varargin) plotData(X, y) x1plot = linspace(min(X(:,1)), max(X(:,1)), 100)'; x2plot = ...
4 years 前 | 1 个回答 | 0