Help me with this problem

조회 수: 2 (최근 30일)
Mozoun Abdulla Saeed Abdulla Aldhanhani
댓글: Azad 2025년 3월 18일
Daynmic question
  댓글 수: 1
Azad
Azad 2025년 3월 18일
95∠78 how to use matlab

댓글을 달려면 로그인하십시오.

답변 (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