Statistics
5 Questions
0 Answers
RANK
256,256
of 300,553
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 21,024
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,635
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
Write a matlab code which calculates and plots the change of the potential inside and outside of the spherical Earth. Mass of the Earth and its radius are known. Consider Earth interior is homogeneous with the same density
Okay so ive tried working on the code and this is what i got thus far. when i run my code, it plots a figure with no curve. I am...
8 years ago | 1 answer | 0
1
answerQuestion
Merge two vectors into matrix
I have a time vector of 1x1024 double and an amplitude vector of 1024x1 double. How do I combine these vectors into a single mat...
9 years ago | 3 answers | 0
3
answersQuestion
how to create matrix X
I am trying to create a matrix X like in the attached image. I have the vectors x,y,z denoted as DE,DN,DZ respectively. <</ma...
10 years ago | 1 answer | 0
1
answerQuestion
How to index random points from vector
I have a vector "faa" of size 64 rows X 1 column and wish to extract the first point and a range of 22:42nd data points. How do ...
10 years ago | 2 answers | 0
2
answersQuestion
How to assign multiple figures on same code
I am programming a code where I must plot several figures one after the other. I wish to assign these figures so that when I run...
10 years ago | 1 answer | 0
