Community Profile

photo

Junayed Chowdhury


Active since 2018

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

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

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

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

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

6 years ago | 1 answer | 0

1

answer