David - MATLAB Central
photo

David


Last seen: 10 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

MATLAB AnswersFrom 10/23 to 03/25Use left and right arrows to move selectionFrom 10/23Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANG
282 665
of 297 429

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
1

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


How to use a global variable when using ode45()?
I have a function named "my_carcontrol3" that gets passed the time "tau" in the ode45() function call. My idea was to use a glob...

environ un an il y a | 2 réponses | 0

2

réponses

Question


If v=-10:1:10, why isn't the v>0 case triggered?
I am trying to understand if I call my function: v=-10:0.1:10;%voltage across transistor i = logic(v,25) And my function is:...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


How to keep track of accumulated error for integral term in a PID controller function?
This is my PI controller function: function [ control ] = my_fastcontrol(t, v) Kp = 20; K_i = 10; ...

plus d'un an il y a | 1 réponse | 1

1

réponse
Go to top of page