This website requires JavaScript.
Explore
Help
Register
Sign In
L_DelOff
/
Earthquake
Watch
1
Star
0
Fork
You've already forked Earthquake
0
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cd63191b9a
Earthquake
/
radians.m
4 lines
111 B
Matlab
Raw
Blame
History
function
rad
=
radians
(
degree
)
% градусы в радианы
%% By L_DelOff
rad
=
degree
.*
pi
/
180
;
end
Reference in New Issue
View Git Blame
Copy Permalink