Help me with this problem

2 visualizzazioni (ultimi 30 giorni)
Mozoun Abdulla Saeed Abdulla Aldhanhani
Commentato: Azad il 18 Mar 2025
Daynmic question

Risposte (1)

Andrei Bobrov
Andrei Bobrov il 16 Ott 2019
Modificato: Andrei Bobrov il 16 Ott 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

Categorie

Scopri di più su Simulink in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by