Use of @ in matlab code
Ältere Kommentare anzeigen
What is the use of @ in given equation :
sqr=@(n) n.^2;
x=sqr(9)
Antworten (1)
@ does not have any value...it is a way to reperesent anonymous functions. Read about anonymous functions in matlab.
Kategorien
Mehr zu Programming finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!