Community Profile

photo

Thashen Naidoo


2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
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年以上 前 | 0

質問


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年以上 前 | 1 件の回答 | 1

1

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答