photo

denny


Last seen: 13 days 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

4 个提问
9 个回答

Cody

0 个问题
1 个答案

排名
8,494
of 297,457

声誉
5

贡献数
4 个提问
9 个回答

回答接受率
0.0%

收到投票数
3

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
120,647
of 158,938

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • First Review
  • Revival Level 2
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
Why my RL Agent action still passing the upper and lower limit ?
I have the same problems. How to solve it?

3 years 前 | 0

提问


Why 0.6+0.3+0.1-1 is -1.11022302462516e-16, not 0 ? why?? A serials bug??
0.6+0.3+0.1-1 <</matlabcentral/answers/uploaded_files/122117/QQ%E6%88%AA%E5%9B%BE20180620225147.jpg>>

6 years 前 | 0 个回答 | 0

0

个回答

已回答
Can the matlab app designer support the timer?
I have done this job. Thanks to Cam Salzberger. if true properties (Access = public) timer = timer('StartDe...

7 years 前 | 1

提问


Can the matlab app designer support the timer?
t = timer; t.StartDelay = 3; t.TimerFcn = @(~, ~) eval('app.Label.Texy=datastr(now)'); start(t) error: Try adding app to th...

7 years 前 | 2 个回答 | 1

2

个回答

已回答
How do I get critical frequencies
# You can use a global variable to utilized the variable.

7 years 前 | 0

已回答
Optimization of Excel data
# You should load all your data from the Excel, and then calculate them in the MATLAB.

7 years 前 | 1

已回答
help needed for microgrid battery control in simulink
# Is that is the Power_V2G? # Which model in Simulink you applied?

7 years 前 | 0

提问


How to implement gcForest by MATLAB code? The gcForest is the Deep Forest, which proposed by Zhihua Zhou.
How to implement gcForest by MATLAB code? The gcForest is the Deep Forest, which proposed by Zhihua Zhou. Deep Forest: Towards ...

7 years 前 | 0 个回答 | 0

0

个回答

已回答
MATLAB 2016a error: "The desktop configuration was not saved successfully"
you should set your jre to jdk1.7.0_xx. The jdk1.8.0_121 can not pass the building jar.

8 years 前 | 0

已回答
How can i tune a PID controller using PSO algorithm for an Automatic Generation Control system
You can read the matlab help, like the following matlab commands: set_param('somesimulink/constant','Value',num2str(kp)) s...

8 years 前 | 0

已回答
Can anyone help me with the PID tuning using #Particle Swarm Optomization for Load Frequency Control of 3 area system??
You mean the convergence fitness curve? you can get the convergence curve by two ways as follows: 1: use your matrix to recor...

8 years 前 | 0

提问


How can run the simulink in the DSP board and PC computer synchronous?
Hi, I have a problem about the Simulink. I have two target boards (DSP2801) and two computers. I want to connected the two DSP ...

8 years 前 | 0 个回答 | 0

0

个回答

已回答
Can anyone help me with the PID tuning using #Particle Swarm Optomization for Load Frequency Control of 3 area system??
what's your problem exactly ? I had done some optimize for PID controller run MATLAB and MATLAB/Simulink together. My Email is ...

8 years 前 | 0

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

8 years 前