photo

Omanshu Thapliyal


Last seen: 2 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

PhD candidate at Purdue University, majoring in Aeronautics & Astronautics Engineering. My research areas lie in Autonomy & Control.

统计学

MATLAB Answers

0 个提问
7 个回答

排名
7,232
of 297,527

声誉
6

贡献数
0 个提问
7 个回答

回答接受率
0.00%

收到投票数
1

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Update Simulink blocks values in realtime mode
A possible way to run a script/function in batch mode in Simulink is to use <https://www.mathworks.com/help/simulink/ug/model-ca...

8 years 前 | 0

已回答
How can i filter analog signal in Matlab Simulink that has a lot of noise ?By using sgolay.
You can have a MATLAB function block in Simulink that has the corresponding function calls to 'sgolay'. There are other ways to ...

8 years 前 | 0

已回答
independent variable shows up as an arrow after using subs
This is happening because you probably have symbolic variables 'u' and 'v' declared somewhere a priori. When you do syms u...

8 years 前 | 1

| 已接受

已回答
Minor grid-lines spacing issue
Another workaround apart from the answer above could be to specify the 'XMinorTickValues'. This lets you control the resolution ...

8 years 前 | 0

已回答
How do I display lines over points in biplot?
If the figure object that you wish to move to the top (or bottom) of the figure has a common property, you could use the <https:...

8 years 前 | 0

已回答
Plotting 3 Dimensional Class boundaries of LDA in Matlab
It would be recommended to use <https://www.mathworks.com/help/matlab/ref/fsurf.html fsurf> instead of 'ezplot' as it would help...

8 years 前 | 0

已回答
How to change the random distribution to Weibull distribution?
It seems like you want to change your random variable 'r' from uniform to Gaussian or Weibull. Currently, random variable 'r' is...

8 years 前 | 0