質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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

12年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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

12年弱 前 | 1 件の回答 | 0

1

回答

質問


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

約12年 前 | 1 件の回答 | 0

1

回答