How do I put plus or minus sign as an x-axis label on a Matlab plot? -
for matlab plots, how place plus or minus sign x tick labels in matlab plot?
currently, i'm using these lines of code obtain plus-minus sign (±) values preceding numerical value on x tick labels.
x_values = ['+/- 1';'+/- 2'];
set(gca,'xticklabel',x_values)
Comments
Post a Comment