Help me with this problem

1 vue (au cours des 30 derniers jours)
Mozoun Abdulla Saeed Abdulla Aldhanhani
Daynmic question

Réponses (1)

Andrei Bobrov
Andrei Bobrov le 16 Oct 2019
Modifié(e) : Andrei Bobrov le 16 Oct 2019
Theta = 75; % degrees
va = 600; % km/h
vb = 500; % km/h
v_b_to_a = vb*exp(1i*(Theta/180 - 1)*pi) - va;
V_b_to_a = abs(v_b_to_a); % km/h
Ang_b_to_a = angle(v_b_to_a)/pi*180; % degrees
  1 commentaire
Mozoun Abdulla Saeed Abdulla Aldhanhani
I wanted by Simulink

Connectez-vous pour commenter.

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by