photo

Milan Chavda


Last seen: environ 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

All
  • Solver

Afficher les badges

Feeds

Afficher par

Question


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

environ 4 ans il y a | 1 réponse | 0

1

réponse

A résolu


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

environ 4 ans il y a