photo

vaibhav mohadikar


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


it is showing not enough input arguments
function out = g(x1 , x2) out = x1 * x2 - 1140; function [dGdX1 dGdX2] = dGdX(x1 , x2) dGdX1 = x2 ; dGdX2 = x1 ; clc ...

8 years 前 | 1 个回答 | 0

1

个回答