Simple matlab doubt in a coding
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tankeswar Kumar
el 21 de Feb. de 2013
Editada: Anu Sebastian
el 25 de Mzo. de 2021
In a code there is a line:
MMt=@(z) M(Mt(z))-------------------->(1) where
M - Either a handle to a function that takes a N vector and returns a K vector , or a KxN matrix.
Mt - Handle to a function that takes a K vector and returns an N vector.
What the above line eq(1) indicates. What is the meaning of '@'. Please help...................
0 comentarios
Respuesta aceptada
Miroslav Balda
el 21 de Feb. de 2013
See
http://www.mathworks.com/help/matlab/matlab_prog/anonymous-functions.html
2 comentarios
Anu Sebastian
el 25 de Mzo. de 2021
Editada: Anu Sebastian
el 25 de Mzo. de 2021
Cannot get any output from this code
global nimg newpixel=rgb2gray(nimg); glcm = graycomatrix(newpixel,'Offset',[2 0]); stats = graycoprops(glcm,{'Energy','Homogeneity'}); settest = [ stats.Energy stats.Homogeneity]; settest=[settest 1]; save('testdataset.mat','settest');
Más respuestas (0)
Ver también
Categorías
Más información sobre Environment and Settings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!