I want to know how to write a matlab function

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 commentaires

madhan ravi
madhan ravi le 17 Oct 2018
See my answer below
Adam
Adam le 17 Oct 2018
Your question doesn't make any sense. 0.866025403784439 is already the value of sqrt(3)/2 to the precision used. What does this have to do with wanting to know how to write a matlab function?
madhan ravi
madhan ravi le 17 Oct 2018
stop changing your question
Adam
Adam le 17 Oct 2018
Editing a question to make it more understandable is encouraged. Begging for accepting answers and votes for answers certainly isn't though!
madhan ravi
madhan ravi le 17 Oct 2018
answers are only accepted only if it works nothing comes for free

Connectez-vous pour commenter.

 Réponse acceptée

madhan ravi
madhan ravi le 17 Oct 2018
sym(0.866025403784439)
frac(ans)

3 commentaires

madhan ravi
madhan ravi le 17 Oct 2018
Make sure to accept the answer it it worked
kay Dee
kay Dee le 17 Oct 2018
Thanks it works
madhan ravi
madhan ravi le 17 Oct 2018
Modifié(e) : madhan ravi le 17 Oct 2018
You’re welcome you can vote for the answer too

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Programming dans Centre d'aide et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by