Create and Visualize Discriminant Analysis Classifier linear function problems to plot or create

1 次查看(过去 30 天)
Hello!
I have problems with this part:4
f = @(x1,x2) K + L(1)*x1 + L(2)*x2;
figure %create 2D plot
di2 = feval(f)
%Not enough input arguments.
%Error in @(x1,x2)K+L(1)*x1+L(2)*x2
originally is with fimplicit, but in my version of MTL dosent work, I follow the steps as mention in the link, but not resault.
Any idea will be appreciated!
Thanks

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by