For example: it should look like this if your independent variable is x, you would type @(x). If you have more than one independent variables, then put a comma after each variable, as such @(x, y).

The example function being used will be fun = @(x) x3 – 2x – 5.