photo

Junayed Chowdhury


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
113,547
of 297,457

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


About Findchangepts function X axis values.
Hi there, I am using the matlab function 'findchangepts' and it works correctly except a simple issue. It finds the maximum cha...

7 years ago | 0 answers | 0

0

answers

Answered
Data averaging on a specific cell of a matrix
I used this one and it worked :) for i=1:size(A1) if A1(i,1)==0 A1(i,1)= ((A1(i+1,1)+A1(i-1,1))/2); end e...

7 years ago | 0

Question


Data averaging on a specific cell of a matrix
Hello, Say I have a matrix (A1) of single coloumn and 1000 rows ( 1000 X 1) in size. I have 0 values at random cells in it. Say ...

7 years ago | 2 answers | 0

2

answers

Question


How to find the mean in a 3d matrix?
Hi all, I am trying to find the mean of a set of instances in a 3d matrix. I have a 3d matrix of 190x381x297, i was trying to w...

7 years ago | 1 answer | 0

1

answer