Mithun mondal
IIT Roorkee
自 2014 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Converting expression to matlab function in acceptable format
f1 = 2x^2+3y; f2 =y^2+6x; g1=matlabFunction(f1); g2 = matlabFunction(f2); Here g1 =@(x,y) 2x^2+3y But, I want g1 =@(x...
10 years 前 | 1 个回答 | 0
1
个回答提问
Pulse generation in matlab with definite parameters
Can anybody suggest me the Matlab code for creating a pulse which contains the following information: 1: Rise time 2. Pulse widt...
10 years 前 | 0 个回答 | 0
0
个回答提问
Solving Symbolic matrix with different variables
I have a symbolic matrix with different parameters whose elements are combination of this parameters...If I know the values ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Continious to discrete state space symbolically
Hi, Does anyone has code to convert continuous state space model to discrete domain symbolically based on parameters.My A ma...
11 years 前 | 1 个回答 | 0
1
个回答提问
Maximum likelihood determination using kalman filter and obtaining hessian and gradient of loglikelihood by numerical method
I want to calculate the gradient and hessian of Loglikelihood obtain from kalman filter to get my parameter by newton method. Ho...
11 years 前 | 0 个回答 | 0
