basic code question
Mostrar comentarios más antiguos
Hello
What does the '@' symbol do in this equation?
Is the first (z) multiplied the e^(...)?
thank you
% Gaussian kernel function
kerf=@(z)exp(-z.*z/2)/sqrt(2*pi);
Respuesta aceptada
Más respuestas (1)
Wayne King
el 22 de Mzo. de 2012
0 votos
That is a function handle.
1 comentario
John
el 22 de Mzo. de 2012
Categorías
Más información sobre Programming Utilities en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!