photo

Maksym Zawrotny


Last seen: 3 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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)...

5 years 前 | 1 个回答 | 1

1

个回答

提问


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

5 years 前 | 1 个回答 | 1

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...]....

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 0 个回答 | 0

0

个回答

已回答
Configuring 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.

6 years 前 | 1

| 已接受

提问


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

6 years 前 | 1 个回答 | 0

1

个回答