convert value from radian form to degree form
    2 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
hi i wanna convert numbers from degree form to radian form. how can i do that?tnx
0 Commenti
Risposta accettata
Più risposte (1)
  James Tursa
      
      
 il 25 Nov 2021
        
      Modificato: James Tursa
      
      
 il 25 Nov 2021
  
      If you have values, then just
number_in_radians = number_in_degrees * (pi/180);
If you are working with trig functions, note that there are both degree and radian versions of these functions.  E.g., 
sin( ), sind( ), asin( ), asind( ), etc.
0 Commenti
Vedere anche
Categorie
				Scopri di più su Data Type Conversion in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


