Clear Filters
Clear Filters

How to type equation with symbol in ylabel of matlab simulation scope figure editor window

3 views (last 30 days)
I did my simulation on matlab simulink platform. The output from scope is viewed in figure editor window and I want to label x axis and yaxis with equations having different symbols. In x axis equation if type \theta is perferectly showing corresponding notation (θ) but the same I am not getting in label of y axis with symbol. If I am typing \theta it is showing as it is (\theta). How to label y axis with symbols. Kindly help me.

Accepted Answer

MANIKANDAN S
MANIKANDAN S on 27 May 2019
I have found the answer. The Y axis can be renamed uing symbols by clicking edit-figure properties-click on the y axis side-so see property editor-text-Interpreter-change from none to tex.

More Answers (1)

KALYAN ACHARJYA
KALYAN ACHARJYA on 25 May 2019
Edited: KALYAN ACHARJYA on 25 May 2019
ylabel('\theta');
ii.png
  1 Comment
MANIKANDAN S
MANIKANDAN S on 25 May 2019
Sir,
Thanks for your reply. But I am unable to get on simulink, In simulink/scope block the result obtained is viewed in figure editior, there unable to rename y axis with symbol.

Sign in to comment.

Categories

Find more on View and Analyze Simulation Results in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!