photo

Lucky


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

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
1 个回答

排名
31,105
of 299,768

声誉
1

贡献数
6 个提问
1 个回答

回答接受率
66.67%

收到投票数
1

排名
 of 20,800

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,831

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to calculate controller effort
I am trying to compare PID controller with fuzzy controller and I want to compare the controller effort for them.

4 years 前 | 0 个回答 | 1

0

个回答

提问


How to use multiple cores for simulink
I am trying to use multiple cores to run thiis file. For this I have to create different atomic subsystems in order for the pr...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Declare global variable in simulink
In Simulink,I need to use one of the inputs to a function block in another saved function. So I want to decalre this input as gl...

5 years 前 | 1 个回答 | 0

1

个回答

提问


how to change suddenly dropping output by a gradually dropping output?
I am using simulink matlab function to process some inputs and create an output as shown Here, as shown in the graph I don,...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to use different sampling times for 2 blocks in the same simulink model?
I am trying to write a RLS (Root Least squares) algorithm. I am using ode4(Runge-kutta) as my solver with a fixed step size of 0...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
Compare results of different step size using Euler's method
Thanks a lot again, but it still doesn't solve my problem. I need all the plots on a single figure. clear all h = sort([0.000...

6 years 前 | 0

提问


Compare results of different step size using Euler's method
x1=zeros(10000,1); x2=zeros(10000,1); x3=zeros(10000,1); Time=zeros(10000,1); for i=1:10001 t=(i-1)*0.0005; Time(i...

6 years 前 | 2 个回答 | 0

2

个回答