MATLAB角度转换为弧度

一、rad2deg函数

rad2deg(pi)
ans =
   180

二、直接转换

angle=180/pi*degree;

你可能感兴趣的:(笔记,MATLAB编程)