Maksym Zawrotny
Followers: 0 Following: 0
Statistik
RANG
10.764
of 295.689
REPUTATION
4
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
3
RANG
of 20.266
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.317
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
Feeds
Frage
Simulation of PID without simulink
Hello! I am trying to simulate a plant and I cannot simulate output of PID controller. I got PID object by pidtude(sys, type)...
mehr als 5 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Nyquist plot from 0 to Inf (only frequencies > 0)
Hello, I am trying to plot a Nyquist plot but only for pulsations > 0.I tried nyquist(H, W) Where H is my transfer function (c...
fast 6 Jahre vor | 1 Antwort | 1
1
AntwortFrage
normalizing a normal distribution
I just need to plot a gaussion distribution plot given mean (mu) and standard deviation (sigma). I used: gauss1 = normpdf(x, mu...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Timestamp on X axis from datetime
Hello, I have made a plot already which looks like that: X axis is a time of observation. It is a vector of [0, 5, 10, 15 ...]....
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Setting a different input delays in NARX networks
Hello, I would like to setup a net which has 4 inputs x(t). I want to use ONLY ONE of this as delayed by T while the other ones...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenConfiguring a NARX network's inputs and outputs
I found a solution. It has tobe configured in closedloop mode. I don't know why, but it solved this problem.
etwa 6 Jahre vor | 1
| akzeptiert
Frage
Configuring a NARX network's inputs and outputs
Hello! I have created basic NARX NN by: net1 = narxnet(0, 1, 5, 'open', 'trainbr'); I checked it with view(net1) a...
etwa 6 Jahre vor | 1 Antwort | 0