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);

presque 12 ans il y a | 1 réponse | 0

1

réponse

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

presque 12 ans il y a | 1 réponse | 0

0

réponse

Question


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

presque 12 ans il y a | 1 réponse | 0

1

réponse

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

presque 12 ans il y a | 1 réponse | 0

0

réponse

Question


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

presque 12 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 12 ans il y a | 1 réponse | 0

1

réponse