HOW TO get answer in 6 decimal places .
72 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
sadiqa ilyas
le 21 Sep 2019
Commenté : Boddu Meghanadh
le 9 Mar 2020
Hi. I have for example U=0,1,2,3,4,5,6,7
i want to divide each no by 10000. I need the answer in decimal and then find the maximum value of X.Round,ceil,fix does not give me the desired result.
U=unique(point2(:,2));%some values of U
X=round(U/10000);
a=max(X)
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Type Conversion dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!