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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 0 | 0
