1 Star 1 Fork 1

mmmmachine/beng_thesis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
get_gamma.m 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
function [ gamma ] = get_gamma( phi, h )
%GET_GAMMA Computes gravity given phi and h
% Depreciated in the newer versions -> hard-coded gravitational acceleration value used
% Gravity computation factors
%{
a1=9.7803267715;
a2=0.0052790414;
a3=0.0000232718;
a4=-0.0000030876910891;
a5=0.0000000043977311;
a6=0.0000000000007211;
gamma=a1*(1+a2*sin(phi)^2+a3*sin(phi)^4)+(a4+a5*sin(phi)^2)*h+a6*h;
%}
gamma=9.8123;
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Matlab
1
https://gitee.com/mmmmachine/beng_thesis.git
git@gitee.com:mmmmachine/beng_thesis.git
mmmmachine
beng_thesis
beng_thesis
master

搜索帮助