photo

Khaled Aljanaideh

MathWorks

自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
6 个回答

Cody

0 个问题
1 个答案

排名
6,037
of 299,793

声誉
8

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
93,015
of 166,013

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
Parameters estimation constraint in greyest
The only constrains you can have on the parameters while using greyest is on the parameters bounds. Unfortunately, as of MATLAB ...

3 years 前 | 0

已回答
MISO System Identification Toolbox
Hi Safa, There are two ways to import MIMO or MISO data in the SYSID app: You can have the numeric input and output data saved...

3 years 前 | 1

已回答
Nyquist plot of idproc Model
Hi Paul, You can convert an idproc model to a transfer function model simply using the command tf(PT2_Td), where PT2_Td is the ...

4 years 前 | 1

| 已接受

已回答
How to get Non-linear state space equations of a model (including blocks of vehicle dynamics toolbox)?
Hi Kartikey, There are currently no features in the system identification toolbox that generate a nonlinear state space model f...

4 years 前 | 0

已回答
Extraction of modal parameters from state space system
The modal frequencies and damping ratios can be obtained using the Matlab command 'damp' as follows: damp(ss.System.a) This wi...

4 years 前 | 0

已回答
How to hack tfest/oe identification algorithm in order to set constraints during estimation
If the coloring of the noise term (e) in the model structure is not important, then this can be done by using the ARMAX or ARX m...

4 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:...

4 years 前