photo

Thashen Naidoo


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
1 个回答

排名
27,687
of 300,763

声誉
1

贡献数
7 个提问
1 个回答

回答接受率
42.86%

收到投票数
1

排名
 of 21,082

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,923

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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...

6 years 前 | 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 ...

6 years 前 | 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 ...

6 years 前 | 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...

6 years 前 | 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...

6 years 前 | 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 ...

7 years 前 | 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 %%...

7 years 前 | 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. ...

7 years 前 | 0 个回答 | 0

0

个回答