photo

Chad MacDonald

MathWorks

Last seen: 30 days 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

I am a senior team lead and technical writer for the control systems and identification products. Primarily, I write Simulink Control Design, Model Predictive Control Toolbox, Fuzzy Logic Toolbox, and Reinforcement Learning Toolbox documentation.

统计学

MATLAB Answers

0 个提问
9 个回答

排名
5,100
of 300,779

声誉
10

贡献数
0 个提问
9 个回答

回答接受率
0.00%

收到投票数
3

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
AUTO CLUSTERING instead of setting the value of 'C' in Fuzzy C-Mean
If you do not have a clear idea of the number of clusters in your data, you can use the subclust function to estimate the number...

1 year 前 | 0

已回答
how to plot a gaussian 1D in matlab
If you have Statistics and Machine Learning Toolbox, you can compute a Gaussian probability distributon using the normpdf functi...

1 year 前 | 0

已回答
Error in Fuzzy Logic Example Live Script - How to fix it?
The updateInput and updateOutput functions in this example are local functions within the ArtificialPancreasUsingFuzzyLogicExamp...

2 years 前 | 0

已回答
How can I generate code from the system I've designed in the fuzzy logic designer?
As of R2018b, Fuzzy Logic Toolbox software supports code generation using MATLAB Coder. Once you export your fuzzy system to the...

4 years 前 | 0

已回答
I want to adapt Fuzzy Logic Toolbox to be able to use the output of one system as the input of another
As of R2019a, Fuzzy Logic Toolbox software natively supports networked trees of fuzzy inference systems. For more information, s...

4 years 前 | 0

已回答
Type 2 fuzzy logic System
As of R2019b, Fuzzy Logic Toolbox software natively supports interval type-2 fuzzy systems. For more information, see: Type-2 F...

4 years 前 | 1

已回答
ANFIS: getting an errorr that the number of rules needs to be the same as the number of output MF's. Can anyone help explain?
The ANFIS training algorithm requires that the Sugeno system must not have any rule sharing; that is one rule per output members...

4 years 前 | 0

已回答
Deep Q-learning
For general information on DQN agents, see Deep Q-Network Agents. There are several DQN training examples in the documentation:...

6 years 前 | 1

已回答
evalfr for discrete systems gives strange results
The |evalfr| command allows you to evaluate the frequency response of a system at any point in the complex plane. However, |bode...

8 years 前 | 1

| 已接受