Feeds
質問
Errors compiling some of the Pretrained Networks
Hi, I have been trying to use pretrained networks with my own data. I have accomplished to use with vgg16, vgg19 and alexnet. H...
2年弱 前 | 1 件の回答 | 0
1
回答回答済み
Extract arrays of a matrix using FOR loop
A = rand(10,10) % random matrix when n=10 for i=1:length(A) diagonal(i) = A(i,i); end diagonal
Extract arrays of a matrix using FOR loop
A = rand(10,10) % random matrix when n=10 for i=1:length(A) diagonal(i) = A(i,i); end diagonal
3年弱 前 | 0
質問
How to extract number of matrices with all elements zero and the indexes of those matrices in a struct
Hi I want to obtain the number of zero or nonzero matrices and their indexes in a struct like in the figure on the left. I a...
3年弱 前 | 2 件の回答 | 0

