Kevin Tran
Followers: 0 Following: 0
Feeds
提问
How to press on specific point on curve
Hi guys, I plotted a curve, now I want to read some specific coordinates but it won't let me. For example I want to put the cu...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to write a system to PID
Hi guys, I'm currently in a course in control engineering and still pretty new on the whole subject. I got this system: y''+25y...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to add a dot above y in legend
Hi, I want to write the first and second derivative with the legend command like this y' y'' This is what I tried: legend ('y...
4 years 前 | 1 个回答 | 0
1
个回答提问
Solving 3rd order ODE
Hi guys, I need to solve this 3rd order ODE: ?⃛+2??̈+3??̇+4??=2, t≥0, ?̈(0)=?̇(0)=?(0)=0 This is my script: [t,y] = ode45(@di...
4 years 前 | 1 个回答 | 0