photo

Vinayak Dan


自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
167,582
of 301,307

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,235

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,928

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to use syms inside a function that is called in simulink?
I have an Extended Kalman Filter in which I have written Matlab functions for jacobians. I have used syms from symbolic toolbo...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to create a set of impulse values in a given set of timepoints in simulink
I have an array of time points where I want a unit impulse to appear.

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to simulate simulink model in a given set of time-points only?
I have a set of time-points in an array and I want the simulink model to run only in the given time-stamps. The timestep is no...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to simulate continuous time EKF in simulink?
The EKF in the control system tool-box only deals with discrete non linear system. How to deal with continuous nonlinear system?...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to deal with Extended Kalman Filter in Simulink when my state transition function is given in continuous time form?
I have an EKF with the above state transition function. where u=[fm omega] Control Systems Toolkit EKF requires state tran...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How do I set an initial value for an input in a MATLAB Function Block in Simulink?
This is the function description. function Y = fcn(U) Y=U*2; I want to set intial value for U at the start of simulation. I...

6 years 前 | 1 个回答 | 0

1

个回答