当前位置: 首页 > news >正文

做婚礼邀请函网站广告公司简介怎么写

做婚礼邀请函网站,广告公司简介怎么写,网站建设验收表,青岛网站建设制作公司一、背景知识 前面由于定轨的大作业#xff0c;关于Astrogator模块的学习有所滞后#xff0c;在本节将重新聚焦Astrogator模块#xff0c;在本节中#xff0c;首先解决的问题是已知两个卫星的轨道六根数#xff0c;求解其中某一颗卫星LVLH坐标下另一颗卫星的位置速度。这…一、背景知识 前面由于定轨的大作业关于Astrogator模块的学习有所滞后在本节将重新聚焦Astrogator模块在本节中首先解决的问题是已知两个卫星的轨道六根数求解其中某一颗卫星LVLH坐标下另一颗卫星的位置速度。这里首先需要自己定义一个报表的内容例如AB星的轨道六根数分别为 首先利用MATLAB与STK互联生成两颗卫星 clear;clc uiApplication actxGetRunningServer(STK11.application); % Get our IAgStkObjectRoot interface global root root uiApplication.Personality2; checkempty root.Children.Count; if checkempty ~ 0root.CurrentScenario.Unloadroot.CloseScenario; end %% 根据你的需要设定场景的名称 root.NewScenario(chapter2); StartTime 29 Sep 2023 04:00:00.000; % 场景开始时间 StopTime 31 Oct 2023 04:00:00.000; % 场景结束时间 root.ExecuteCommand([SetAnalysisTimePeriod * ,StartTime, ,StopTime,]); root.ExecuteCommand( Animate * Reset); %% ---------------------------------------------- %% A卫星 Sat_NameA; satelliteroot.CurrentScenario.Children.New(eSatellite, Sat_Name); satellite.Propagator; sma7071.393; Ecc0.001; Inc20; w0; RAAN0; TA359.999473339175; satellite.SetPropagatorType(ePropagatorAstrogator); satellite.Propagator; root.ExecuteCommand([Astrogator */Satellite/,Sat_Name, SetValue MainSequence.SegmentList Initial_State Propagate]); %% 初始化卫星参数 root.ExecuteCommand([Astrogator */Satellite/,Sat_Name, SetValue MainSequence.SegmentList.Initial_State.CoordinateType Modified Keplerian]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name, SetValue MainSequence.SegmentList.Initial_State.InitialState.Epoch ,StartTime, UTCG]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name, SetValue MainSequence.SegmentList.Initial_State.InitialState.Keplerian.ElementType Kozai-Izsak Mean]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name, SetValue MainSequence.SegmentList.Initial_State.InitialState.Keplerian.sma ,num2str(sma), km]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name, SetValue MainSequence.SegmentList.Initial_State.InitialState.Keplerian.ecc ,num2str(Ecc)]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name, SetValue MainSequence.SegmentList.Initial_State.InitialState.Keplerian.inc ,num2str(Inc), deg]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name, SetValue MainSequence.SegmentList.Initial_State.InitialState.Keplerian.w ,num2str(w), deg]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name, SetValue MainSequence.SegmentList.Initial_State.InitialState.Keplerian.TA ,num2str(TA), deg]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name, SetValue MainSequence.SegmentList.Initial_State.InitialState.Keplerian.RAAN ,num2str(RAAN), deg]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name, RunMCS]); %% B卫星 Sat_Name2B; satellite2root.CurrentScenario.Children.New(eSatellite, Sat_Name2); satellite2.Propagator; sma7071.393; Ecc0.001; Inc20; w0; RAAN0; TA2359.998946678351; satellite.SetPropagatorType(ePropagatorAstrogator); satellite.Propagator; root.ExecuteCommand([Astrogator */Satellite/,Sat_Name2, SetValue MainSequence.SegmentList Initial_State Propagate Maneuver]); %% 初始化卫星参数 root.ExecuteCommand([Astrogator */Satellite/,Sat_Name2, SetValue MainSequence.SegmentList.Initial_State.CoordinateType Modified Keplerian]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name2, SetValue MainSequence.SegmentList.Initial_State.InitialState.Epoch ,StartTime, UTCG]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name2, SetValue MainSequence.SegmentList.Initial_State.InitialState.Keplerian.ElementType Kozai-Izsak Mean]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name2, SetValue MainSequence.SegmentList.Initial_State.InitialState.Keplerian.sma ,num2str(sma), km]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name2, SetValue MainSequence.SegmentList.Initial_State.InitialState.Keplerian.ecc ,num2str(Ecc)]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name2, SetValue MainSequence.SegmentList.Initial_State.InitialState.Keplerian.inc ,num2str(Inc), deg]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name2, SetValue MainSequence.SegmentList.Initial_State.InitialState.Keplerian.w ,num2str(w), deg]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name2, SetValue MainSequence.SegmentList.Initial_State.InitialState.Keplerian.TA ,num2str(TA2), deg]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name2, SetValue MainSequence.SegmentList.Initial_State.InitialState.Keplerian.RAAN ,num2str(RAAN), deg]); root.ExecuteCommand([Astrogator */Satellite/,Sat_Name2, RunMCS]); 第二步在STK操作生成一个B在A星的LVLH坐标系下的坐标其内容如下 该报告生成的是卫星B在卫星A的LVLH坐标系下初始的位置和速度
http://www.zqtcl.cn/news/411186/

相关文章:

  • 网站建设招标信息科技企业网站建设
  • 怎样弄网站站长工具综合查询
  • 表白网站在线制作软件合肥seo按天收费
  • 襄阳企业网站建设免费行情的软件入口下载
  • 对百度网站进行分析中国机械加工网18易0下6拉en
  • 一般做网站都在什么网做wordpress轮播图设置
  • 深圳装饰公司网站thinkphp 网站根目录地址
  • 购物网站建设资讯原创文章代写
  • 门票预订网站建设wordpress siren主题
  • 单位建设网站装修公司需要什么资质
  • 做做做网站做网站赚外快
  • 网站备案后应该做什么网站流量监测
  • 开发网站用什么语言做名片的网站叫什么来着
  • 织梦做网站好不好iis中的网站启动不了
  • 临汾住房与城乡建设厅网站迎访问中国建设银行网站_
  • 织梦做的网站首页幻灯片怎么不能显示北大青鸟网站建设课程
  • 做淘客的网站有哪些延安市住建建设网站
  • 南京林业大学实验与建设网站现在都用什么软件搜索附近的人
  • 建站系统wordpress下载亚马逊雨林十大恐怖生物
  • 凡科网做网站怎么样专业团队电影
  • 有什么有趣的网站移动网站排名怎么做
  • 深圳网站建设专家wordpress 4.5下载地址
  • 网站建设公司公司我我提供一个平台wordpress如何去版权信息
  • seo怎么给网站做外链受欢迎的网站建设教程
  • 网站建设使用多语言河南电商网站设计
  • 网站搭建有免费的吗网站地图生成代码
  • 建设公司网站要注意什么投资小利润高的小生意
  • 网站建设需要做哪些工作做胃镜需那好天津津门网站A
  • 做网站申请域名的流程辽宁省工程造价网
  • 网站系统维护一般多长时间金华高端网站设计