Toshi
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
233,153
of 295,495
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 20,240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,991
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Plot graph form satellite position
I am using TLE file of satellite to extract the position and velocity. I want to plot the graph for the same but i am getting er...
8 months ago | 1 answer | 0
1
answerQuestion
How can i get orbital elements at the stop time of the simulation.
startTime = datetime(2024,3,1,22,07,37); stopTime = startTime + days(3); sampleTime = 60; sc = satelliteScenario(startTime,st...
9 months ago | 1 answer | 0
1
answerQuestion
Dynamic stability of aircraft
I want to draw graph on dynamic stability and static stability for my RC plane. Can someone help me with the code
9 months ago | 0 answers | 0
0
answersQuestion
I want to chcek the SGP4 orbit Propogator. But MY CODING IS NOT WORKING. Can someone check and help me with the coding. I want to use orbital elements not the tle file.
Here is my code; % Orbital elements of starlink a = 6925000; % Semi-major axis in km e = 0.0001406; % Eccent...
10 months ago | 1 answer | 0
1
answerQuestion
I want to plot graph for my intersatellite range rate. How can i do that
here is the given code : recPos = [-7500 12500 15000]; recVel = [112.5 100.66 -50]; transPos = [-8337.5 7330.13 -12000]; ...
11 months ago | 1 answer | 0