Community Profile

photo

Thashen Naidoo


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Answered
Sliding window function over column vector, Help!
windowsize=500; N=numel(M)/windowsize; for i=1:N for j=1:windowsize frequency_table=tabulate(j); logcumulat...

4 years ago | 0

Question


How to create a sliding window function over column vector M
If vector M is a column of 30000 points of temperature, How do I create a sliding window function that goes from 1 to 500, 2 to ...

4 years ago | 1 answer | 1

1

answer

Question


Sliding window function over column vector, Help!
I have a dataset with months, location (xyz) and magnitude. There is no actual time values but it is ordered in time. I want to ...

4 years ago | 2 answers | 0

2

answers

Question


I want to spatially sample the variable M over a certain range of xyz coordinates, but I am unsure how to? Please assist or guide.
I have a dataset containing the x,y,z points as seperate entries (each a size of 100043) and M (also 100043) as a seperate entry...

4 years ago | 1 answer | 0

1

answer

Question


How to extract data and use the curve fitting toolbox to do a regression analysis?
If I have a dataset of (50 000 events) of magnitude that range between 2 to 7. So 50 000 events that can have values between 2 t...

4 years ago | 1 answer | 0

1

answer

Question


Please let me know if its possible to draw a cross section profile across a mesh plot of gravity data?
<</matlabcentral/answers/uploaded_files/138602/gravity%20mesh.jpg>> So the image is what the plot looks like, it does have a ...

5 years ago | 1 answer | 0

1

answer

Question


This code is in response to the i just posted
%%standard model conditions K = 2.5;%Wm^-1 C^-1 A = 1.25; %uWm^-3 Q = 21*(10^-3); %Wm^-2 d = 50; % km %%...

6 years ago | 1 answer | 0

1

answer

Question


Hi, i have created a general code to display Temperature values and then plot the geothermal gradient. My function will use certain input variables and will plot the output. I have 5 plots and want to create a table in matlab to display all data.
My code follows below. Please help me in creating a table for all data and if possible how do i change the colour of each plot. ...

6 years ago | 0 answers | 0

0

answers