Statistics
5 Questions
0 Answers
RANK
261.666
of 295.467
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to generate random numbers with rand?
how we generate random number without rand() or any other random function?
ongeveer 7 jaar ago | 1 answer | 0
1
answerQuestion
How to reduce the dimensions of an image after applying PCA.
I have an .tif image with 200x350x50 image which has 50 bands of data and I want to reduce it to 200x350x20 with 20 bands. I ha...
meer dan 8 jaar ago | 0 answers | 0
0
answersQuestion
I'm trying to split an 350x450x50 image into 350x400x10 and i'm getting the following error while saving the .tif file
>> I_d = double(imread('abcde.tif')); >>b1 = I_d(:,:,1:10); >>X = reshape(b1,size(b1,1)*size(b1,2),10); >>[n m] = siz...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
I'm having trouble seperating a tiff image which has 50 bands (600x450x50) into 10 bands, 20 bands, 30 bands,40 bands.
suppose the images has 50 bands , and i would like to divide it into first 10, 20,30, 40 bands. I want to check whether i can s...
meer dan 8 jaar ago | 0 answers | 0
0
answersQuestion
I have a 6000x9424x50 matrix and want to convert it into 6000x9424x10 and 6000x9424x20?? I meant to to split 50 bands to 10 or 20 bands individually?
band1(6000:9424;10) will this work?
meer dan 8 jaar ago | 2 answers | 0