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 years 前 | 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 years 前 | 1 个回答 | 0
