z=xtanθを求めたい

θ=30°
x=600
の時のzを求める式を教えてください。

 Risposta accettata

Takumi
Takumi il 27 Gen 2020
Modificato: Takumi il 27 Gen 2020

0 voti

こんなかんじでしょうか.
theta = 30*pi/180;
x = 600;
z = x*tan(theta)

Più risposte (1)

Ryosuke KIJIMA
Ryosuke KIJIMA il 27 Gen 2020

0 voti

できました! ありがとうございます!

Categorie

Scopri di più su Mathematics and Optimization in Centro assistenza e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!