how to write cosdelta alphain MATLAB coding
古いコメントを表示
cosd(delta+alpha)
8 件のコメント
asna akhtar
2019 年 4 月 4 日
Adam Danz
2019 年 4 月 4 日
Please show us the values for delta and alpha.
Also what are the results of the following 3 lines?
size(delta)
size(alpha)
which cosd -all
asna akhtar
2019 年 4 月 4 日
asna akhtar
2019 年 4 月 4 日
Adam Danz
2019 年 4 月 4 日
The links are broken.
To offer more advice, I just need this:
Please show us the values for delta and alpha.
Also what are the results of the following 3 lines?
size(delta)
size(alpha)
which cosd -all
asna akhtar
2019 年 4 月 5 日
Adam Danz
2019 年 4 月 5 日
But you could provide a sample of those values and you could definitely provide the results of the three lines of code. Good luck.
回答 (1 件)
madhan ravi
2019 年 4 月 3 日
編集済み: madhan ravi
2019 年 4 月 3 日
cosd(bsxfun(@plus,Delta+Alpha)) % assuming units are degrees else use cos()
カテゴリ
ヘルプ センター および File Exchange で Platform and License についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!