Oct 5, 2011 #1 pmehnati Messages 18 Reaction score 0 HI every one what's the @ rule in the MATLAB code? especielly when we use quad command.
Oct 5, 2011 #2 Apteronotus Messages 201 Reaction score 0 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