deg2rad 语法 deg2rad(X) 详情 将角的单位从度转换成弧度。 参数 X 可以是标量、向量、矩阵或表。 例子 deg2rad 45 90 180 360; // output [0.785398,1.570796,3.141593,6.283185] 相关函数:rad2deg