Junayed Chowdhury
Followers: 0 Following: 0
Statistics
RANK
105,553
of 295,448
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Feeds
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...
6 years ago | 0 answers | 0
0
answersData 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...
6 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 ...
6 years ago | 2 answers | 0
2
answersQuestion
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