AMEN BARGEES
Followers: 0 Following: 0
Programming Languages:
Java
Spoken Languages:
Arabic
Java
Spoken Languages:
Arabic
統計
All
ランク
of 153,991
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年以上 前 | ダウンロード 3 件 |
質問
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,[]);
How to divide 256X256 matrix into sixteen 16X16 blocks?
x=your input marrix ans= reshape(x,16,16,[]);
2年以上 前 | 0