Question


What does the matlab code in steps 2 and 3 mean?
1.Hphi=Heaviside(phi,epsilon); 2.M(:,:,1)=Hphi; 3.M(:,:,2)=1-Hphi; 4.N_class=size(M,3);

12 years ago | 1 answer | 0

1

answer

Question


C =updateC(Img, u, KB1, KB2, epsilon);
what is the meaning of updateC? In the last of the program they have given % Make a function satisfy Neumann boundary con...

12 years ago | 0 answers | 0

0

answers

Question


KB1 = conv2(b,Ksigma,'same')
COULD YOU PLEASE EXPLAIN THIS MATLAB CODE...ESPECIALLY THE USE OF 'same' KB1 = conv2(b,Ksigma,'same')

12 years ago | 1 answer | 0

1

answer

Question


C =updateC(Img, u, KB1, KB2, epsilon);
Can we give updateC() or like updateb().One of the program i got from net runs like this,in help menu its given only as update(o...

12 years ago | 0 answers | 0

0

answers

Question


Matlab code Img=double(Img(:,:,1))?
Does Img=double(Img(:,:,1)) means to transform a continous image into the discrete mode...?

12 years ago | 1 answer | 0

1

answer

Question


Matlab code..what is the meaning of Img=double(Img(:,:,1))?
What is the meaning of this code Img=double(Img(:,:,1))

12 years ago | 1 answer | 0

1

answer