Use of @ in matlab code
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
What is the use of @ in given equation :
sqr=@(n) n.^2;
x=sqr(9)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!