photo

Khaled Aljanaideh

MathWorks

Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
6 Answers

Cody

0 Problems
1 Solution

RANK
6,058
of 300,364

REPUTATION
8

CONTRIBUTIONS
0 Questions
6 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
94,420
of 168,373

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Answered
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 ago | 0

Answered
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 ago | 1

Answered
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 ago | 1

| accepted

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Solved


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 ago