photo

AMEN BARGEES


Last seen: 3개월 전 2022년부터 활동

Followers: 0   Following: 0

Programming Languages:
Java
Spoken Languages:
Arabic

통계학

All
  • First Answer
  • First Submission

배지 보기

Feeds

보기 기준

제출됨


First arrival travel time picking using HEEH method
First arrival travel time picking and potential later arrivals picking are yet to be tested on real data.

거의 2년 전 | 다운로드 수: 5 |

질문


Extend the labels array to full 2D area
I have a 2D data 460by950 and I reshaped it to 10by10by4370 and used it for Testing my network. The input is 10by10 matrix and ...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


Labelled data from volume segmenter
I have a 3D data 461by951by651 as a mat file and I used the volume segmenter app to label it. I got a 3D categorical Label of th...

거의 2년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to divide 256X256 matrix into sixteen 16X16 blocks?
x=your input marrix ans= reshape(x,16,16,[]);

대략 2년 전 | 0