Feeds
질문
When coding of function that shows error in yellow underline.
Function Code: f=@(x1,x2) ((x1).^2+2*(x2).^2-4*(x1)-2*(x1.*x2)); In this function yellow underline shows below 'f' and occurs ...
3년 초과 전 | 답변 수: 3 | 0
3
답변질문
While playing code, finding following error.
Error in Agrad_descent>@(x1,x2)((x1).^2+2*(x2).^2-4*(x1)-2*(x1.x2)) (line 40) f = @(x1,x2)((x1).^2+2*(x2).^2-4*(x1)-2*(x1.x2));...
3년 초과 전 | 답변 수: 1 | 0
