gname to display more than one label

1 view (last 30 days)
wesleynotwise
wesleynotwise on 24 May 2017
Commented: wesleynotwise on 24 May 2017
I would like to know is there a way to display two labels for a point?
This command does not work
gname(car_model, car_year)
  6 Comments
Adam
Adam on 24 May 2017
Well, you need to use num2str in that case. I assumed you had the case working of applying a single label and wanted to extend this to two labels.
wesleynotwise
wesleynotwise on 24 May 2017
Ah, good one. Let me have a look. :)

Sign in to comment.

Answers (0)

Categories

Find more on Data Exploration 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!