Junayed Chowdhury
2018년부터 활동
Followers: 0 Following: 0
Feeds
질문
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년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
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...
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년 초과 전 | 0
질문
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년 초과 전 | 답변 수: 2 | 0
2
답변질문
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년 전 | 답변 수: 1 | 0