How to set as preferences radiant instead of degrees?
33 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I've degrees as standard on Matlab but i don't want to change every time each angle from degrees to radiant, how I can set radiant as preferences?
0 comentarios
Respuestas (1)
Star Strider
el 18 de Mzo. de 2024
Functions have their own defined preferences. For example polarplot, sin, cos, tan, and most others require radian angle arguments, and those that specify degree arguments (or outputs) usually have ‘d’ as part of their function name, such as sind, cosd and tand. The argument type is specific to the function (most often radians unless otherwise specified in the documentation for the function), and not a general MATLAB setting.
0 comentarios
Ver también
Categorías
Más información sobre Install Products en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!