Laura
Followers: 0 Following: 0
Feeds
提问
WHAT would be the reason this matlab code works but does not draw the graphic?
% Constants G = 6.67430e-11; % gravitational constant M = 5.9722e24; % mass of Earth R = 6.371e6; % radius o...
1 year 前 | 1 个回答 | 0
1
个回答提问
In this code, how can I add a time function for how long it takes to draw the graph?
1 year 前 | 2 个回答 | 0
2
个回答提问
What is wrong with my code, my equation is vdv/dy=-G*M/(y+R)^2 ?
cssCopy codefunction dydt = gravity(y, v, G, M, R) % y: height above surface % v: velocity at height y % G: gravitational ...
1 year 前 | 2 个回答 | 0