photo

sonam s


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

14 질문
0 답변

순위
33,751
of 300,871

평판
1

참여
14 질문
0 답변

답변 채택
35.71%

획득한 표
1

순위
 of 21,100

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,460

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


HOW TO DETERMINE THE VALUE OF K AND C IN GAUSSIAN SURROUND FUNCTION
F(x,y) = k* exp(-r2 / c2 ) here the function f is a gaussian function.this function used in retinex algorithm. R(x,y)=...

11년 초과 전 | 답변 수: 1 | 1

1

답변

질문


what are the values of surround space constant
F(x,y) = k* exp(-r2 / c2 ) here the function f is a gaussian function.this function used in retinex algorithm. R(x,...

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

0

답변

질문


HOW TO READ THE VALUES IN PARTICULAR BLOCK WHEN THE IMAGE IS CONVERTED INTO CELLS BY USING MAT2CELL
clear all; im=imread(uigetfile('*.*')); im=imresize(im,[200 200]); im=mat2cell(im,[50 50 50 50],[25 25 25 25 25 25 25 2...

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

1

답변

질문


HOW TO PERFORM ENCRYPTION AND DECRYPTION ON R,G,B COMPONENTS OF COLOUR IMAGE
a=uigetfile('*.*'); im=imread(a); r=im(:,:,1); g=im(:,:,2); b=im(:,:,3); now the carrier image which is generated...

거의 12년 전 | 답변 수: 0 | 0

0

답변

질문


how to preallocate a variable
a1=('a':'z').'; b1=('A':'Z').'; for i=1:52 if(i<=26) a(i)=a1(i); i=i+1; end; if(i>26) ...

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

1

답변

질문


HOW TO READ SPECIAL CHARACTERS IN A SINGLE ARRAY
a1=('a':'z'); b1=('A':'Z'); c1=('0':'9') *IN the above commands a1 contains a to z, and b1 contains A to Z, *c1 contain...

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

2

답변

질문


how to interchange the blocks randomly
clear all; im=imread(uigetfile('*.*')); im=imresize(im,[200 200]); [x y z]=size(im); im=mat2cell(im,[50 50 50 50...

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

1

답변

질문


how to interchange the blocks randomly
clear all; im=imread(uigetfile('*.*')); im=imresize(im,[200 200]); [x y z]=size(im); im=mat2cell(im,[50 50 50 50],[5...

거의 12년 전 | 답변 수: 0 | 0

0

답변

질문


HOW TO GENERATE PSEUDO RANDOM BINARY SEQUENCE
sir,how to generate pseudo random binary sequence in matlab. the pseudo random sequence generator is implemented using linear...

거의 12년 전 | 답변 수: 0 | 0

0

답변

질문


how to transfer image pixel values into array
transfer image pixel values into array for complete image * array(,1)=R value * array(,2)=G value * array(,3)=B value * ar...

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

2

답변

질문


code for pseudo random index generator
in our project we have *pseudo random index generator* for generating set of keys with which we select some of the keys and encr...

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

1

답변

질문


explaination of the code
pattern=['00110011'; '00110101'; '00110110'; '00111001'; '00111010'; '01010011'; '01...

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

1

답변

질문


how to scan the image and convert it from binary to decimal using matlab
for(i=1:length(pv)) a=pv(i); a=find(chars==a); a=pattern(0,1); num(8)=bin2dec(a); end

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

1

답변

질문


assigning value to character and that value is assigned in the pattern
sir,i have defined a pattern['00100101';'10100100'] and an character array chars{'a','b'}; if i give the input character as 'a'...

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

1

답변