photo

Avinash Prakash


自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
2 个回答

排名
8,814
of 300,217

声誉
5

贡献数
3 个提问
2 个回答

回答接受率
0.0%

收到投票数
3

排名
 of 20,892

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,741

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to run Simulink model in a loop with continuously changing one input parameter?
Figured it out myself :) y = zeros(1,5); for i=1:5 sim('simulink_model') y(i) = output_from_Model; ...

9 years 前 | 1

提问


How to run Simulink model in a loop with continuously changing one input parameter?
I have built a Simulink model and it's inputs are given from scripts. Say suppose my input is "x" and output is "y", I have to s...

9 years 前 | 3 个回答 | 1

3

个回答

已回答
How Can I generate a damped sinusoidal wave in Simulink?
<</matlabcentral/answers/uploaded_files/53546/Capture_Sine.PNG>> Hello Lluís, You can get the damped sine wave in Simulink...

9 years 前 | 1

提问


How to get a damped sine wave with phase delay in Simulink?
<</matlabcentral/answers/uploaded_files/53424/Sine.png>> As seen in the above image, I would like to get a sine wave in Simul...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How to get mathematical function from cftool?
I am using 'smoothing spline' for my data to obtain a fit using cftool. How do I get the mathematical function of the fit?

9 years 前 | 1 个回答 | 0

1

个回答