using MATLAB the following code returns a vector starting from -5 to 5 with elements that has 0.01 difference:
x = -5:0.01:5;
what is the equ