Help me with this problem

1 次查看(过去 30 天)
Daynmic question

回答(1 个)

Andrei Bobrov
Andrei Bobrov 2019-10-16
编辑:Andrei Bobrov 2019-10-16
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

类别

Help CenterFile Exchange 中查找有关 Simulink 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by