photo

pranav


2016년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
0 답변

순위
212,604
of 300,364

평판
0

참여
5 질문
0 답변

답변 채택
20.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to generate random numbers with rand?
how we generate random number without rand() or any other random function?

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


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...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

9년 초과 전 | 답변 수: 0 | 0

0

답변