Functions
       Name of function   Arguments
>> plot(x,y);          plot                x and y
>> plot(x,y,’m--square’);      plot                  x , y and a string
>> y  = sin(x+1);        sin                expression “x+1”