Use of @ in matlab code
2 views (last 30 days)
Show older comments
What is the use of @ in given equation :
sqr=@(n) n.^2;
x=sqr(9)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!