필터 지우기
필터 지우기

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