an Electrical Engineering Student
Followers: 1 Following: 0
Feeds
提问
DQN Agent Training not working - takes longer than it should
Hello, I'm new to DQN algorithms and reinforcement learning overall, so I've been testing the MATLAB examples for RL in hopes t...
3 years 前 | 0 个回答 | 0
0
个回答提问
Multiple plots in a single graph
I have the following code for a ball & beam system: m = 0.111; R = 0.015; g = -9.8; L = 1.0; d = 0.03; J = 9.99e-6; s =...
4 years 前 | 2 个回答 | 0
2
个回答提问
Plot differential equation two variables, one of them known
Good evening, I want to plot the variable Y of the following differential equation: y'+(2/x)y=3 Where X is a know function of...
4 years 前 | 0 个回答 | 0
0
个回答提问
Index exceeds array bounds; transfer function model.
I'm modelling the dynamics of an inverted pendulum system. Here's my code: m=0.1283; M=0.5; I=0.0107; g=9.81; L=0.5; s=tf('s...
4 years 前 | 0 个回答 | 0
0
个回答提问
How can i plot this 3D function?
I'm trying to plot PA, which is a function of VA and PhA. VA represents a voltage and varies from 188V to 208V; PhA is the phase...
4 years 前 | 1 个回答 | 0

