tan^2*(45+x/2)
古いコメントを表示
tan^2*(45+x/2)
回答 (1 件)
You probably mean either of these:
% if x is in radians:
tan(45+x/2).^2
% if x is in degrees:
tand(45+x/2).^2
If you don't, please explain in a comment to your question what you mean mathematically.
2 件のコメント
Steven Lord
2020 年 6 月 24 日
That 45 in the expression makes me suspect bruk tgsetu is working in degrees, in which case they should use the degree-based tangent function tand instead of the radian-based tan.
Rik
2020 年 6 月 24 日
Good point. I've edited my answer to include that point.
カテゴリ
ヘルプ センター および File Exchange で Image Segmentation and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!