www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/RightAngleInRadiansExample.m

    %% Right Angle in Radians
% Convert a 90 degree angle into radians.

% Copyright 2015 The MathWorks, Inc.

R = deg2rad(90)