From: NAGAMALAI THIRUVENGADAM on
In matlab plotting, Generally we have grids on numeric values. e.g. 0.2, 0.4, 0.6,...
But I want Pi, Pi/2, Pi/4, etc. Kidly help me how to do that.
From: Walter Roberson on
NAGAMALAI THIRUVENGADAM wrote:
> In matlab plotting, Generally we have grids on numeric values. e.g. 0.2,
> 0.4, 0.6,...
> But I want Pi, Pi/2, Pi/4, etc. Kidly help me how to do that.

See the axis XTick and XTickLabel properties.