photo

Tianyu

MathWorks

Last seen: 18 Tage vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

MATLAB Answers

0 Fragen
14 Antworten

RANG
2.503
of 300.331

REPUTATION
24

BEITRÄGE
0 Fragen
14 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
2

RANG
 of 20.920

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.124

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Problem with system identification toolbox example
Hi Rocco, The workflow you provided is correct, however, you missed the normalization step. The following script provides the d...

8 Monate vor | 1

| akzeptiert

Beantwortet
NSS block in Simulink with Swish Activation Fcn
Hi Saskia, As warning suggests, swish is currently not supported in Simulink. We have fully supported the activations in comm...

12 Monate vor | 0

| akzeptiert

Beantwortet
selstruc(): How to avoid hitting "Return" in command window?
Hi Alexander, I don't think there is a way to avoid that, this is the current APP behavior. The only thing I can think of is ...

etwa ein Jahr vor | 0

| akzeptiert

Beantwortet
ERA SystemID and Compare() function
Hi Marcus, Compare() by default uses the estimated initial condition to minimize the fitting error. To use zero initial condi...

etwa ein Jahr vor | 0

Beantwortet
Assenza comando Estimate in estimate transfer function
Hi Thomas, This is likely a graphical cache issue. Please try command close all force, clear classes, rehash toolboxreset O...

mehr als ein Jahr vor | 0

Beantwortet
How to choose value of Ts for converting continuous state space (SS) matrix to discrete SS matrix?
Hi Ayesha, As Mathieu mentioned, you can eye-ball the bode plot of the continuous time model and select the sampling time so th...

mehr als ein Jahr vor | 0

Beantwortet
Impact of the merge() Function in System Identification
Hi MvR, merge() funciton does not process data, it is used to save data into seperate experiments. It only has effects when...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
How to predict a partial state-space model by specifying an initial state-space model.
Hi 健斗, NaN is not accepted since the estimation requires a valid initial value to start. The following code works for me....

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
One sys multiple validation
Hi isabel, https://www.mathworks.com/help/ident/ref/compare.html compare always uses one dataset for validation. It is used ...

mehr als ein Jahr vor | 0

Beantwortet
Extract Code From System Identification Toolbox
This is supported by System Identification app. Here is a quick example 1, Open app >> system identificaiton iddata1 2, Estima...

mehr als ein Jahr vor | 0

Beantwortet
Find property of InputNonLineraity with idPiecewiseLinear with 0 Number of Units on idnlhw
Hi Clément, The slope is not a public property. You can access this using the internal command: >> p = getInternalParameters(...

etwa 2 Jahre vor | 0

Beantwortet
how to make bode plot in simulink system
Hi Kim, Not sure if this is the best way but you can use "Control System Designer" under Simulink app tab. Click "New plot" a...

etwa 2 Jahre vor | 0

Beantwortet
Error when using inv on system identification object
Hi Lars, I suspect that you do not have correct "inv" function on the path. When you type >> which -all inv in the command l...

etwa 2 Jahre vor | 1

Beantwortet
I want to automate a 2 input-1 output Hammerstein-Wiener model estimation through genetic algorithms
Hi Ivo, Here are a few suggestions you can try to modify your code I do not have the data, so allow me to use iddata1 for exam...

etwa 2 Jahre vor | 0