Community Profile

photo

Mithun mondal


IIT Roorkee

Active since 2014

Followers: 0   Following: 0

Message

PhD Scholar in Electrical Engineering

Statistics

  • First Review

View badges

Feeds

View by

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 0 answers | 0

0

answers

Question


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 ...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 0 answers | 0

0

answers