Matlab The following command will place a label for the x ax
Matlab
The following command will place a label for the x axis on the left x axis text(xlabel, \'X Axis Label\') ylabel(\'X Axis Label\') axislabel(\'x \'X Axis Label\') xlabel(\'X Axis Label\')Solution
4.
xlabel(\'X Axis Label\')
For labelling y axis we use the command : ylabel(\'Enter text of label here\')
