photo

Milan Chavda


Last seen: alrededor de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

All
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


Solving Linear Differential Equations for Path Following ; I am getting difficulties in implementing the coding with variable psi_e, let's say if I want to run it for psi_e going from 0 to pi/2, how can it be done?
function [dydt] = MyFun(t,y,w1_x,w1_y,w2_x,w2_y) dydt = zeros(3,1); S = 15 ; psi_e = pi/2 ; k = 10 ; Tau = 135 ; alpha ...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

alrededor de 4 años hace