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

 Respuesta aceptada

Takumi
Takumi el 27 de En. de 2020
Editada: Takumi el 27 de En. de 2020

0 votos

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

Más respuestas (1)

Ryosuke KIJIMA
Ryosuke KIJIMA el 27 de En. de 2020

0 votos

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

Categorías

Más información sobre Mathematics and Optimization en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 27 de En. de 2020

Respondida:

el 27 de En. de 2020

Community Treasure Hunt

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

Start Hunting!