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년 초과 전 | 답변 수: 1 | 0
1
답변질문
In this code, how can I add a time function for how long it takes to draw the graph?
1년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0