I want to know how to write a matlab function
1 回表示 (過去 30 日間)
古いコメントを表示
hello i want to write a matlab code that convers sind(120)=0.866025403784439 but not in this format. I want to get it in the format of *sqrt(3)/2* in matlab.
just in case i calculate some other sin(x)'s i manage to convert them into fractional forms
Thanks
5 件のコメント
Adam
2018 年 10 月 17 日
Editing a question to make it more understandable is encouraged. Begging for accepting answers and votes for answers certainly isn't though!
採用された回答
madhan ravi
2018 年 10 月 17 日
sym(0.866025403784439)
frac(ans)
3 件のコメント
madhan ravi
2018 年 10 月 17 日
編集済み: madhan ravi
2018 年 10 月 17 日
You’re welcome you can vote for the answer too
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!