photo

Thashen Naidoo


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
1 답변

순위
27,393
of 300,302

평판
1

참여
7 질문
1 답변

답변 채택
42.86%

획득한 표
1

순위
 of 20,911

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,040

참여
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년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 0 | 0

0

답변