For Matlab plots, how do I place plus or minus sign as X tick labels in a Matlab plot?
Currently, I'm using these lines of code but I would like to obtain plus-minus sign (±) values preceding a numerical value on the x tick labels.
x_values = ['+/- 1';'+/- 2'];
set(gca,'XTickLabel',x_values)