pmehnati Messages 18 Reaction score 0 Thread starter Oct 5, 2011 #1 HI every one what's the @ rule in the MATLAB code? especielly when we use quad command.
Apteronotus Messages 201 Reaction score 0 Oct 5, 2011 #2 The @ is a function handle. So for example when using something like syms x we can define a y to be a function of x y = @(x) x^2
The @ is a function handle. So for example when using something like syms x we can define a y to be a function of x y = @(x) x^2