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年以上 前 | 1 件の回答 | 0

1

回答