z=xtanθを求めたい

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

 Accepted Answer

Takumi
Takumi on 27 Jan 2020
Edited: Takumi on 27 Jan 2020

0 votes

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

More Answers (1)

Ryosuke KIJIMA
Ryosuke KIJIMA on 27 Jan 2020

0 votes

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

Categories

Tags

Community Treasure Hunt

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

Start Hunting!