If I want to show the path of a heat source as it moves, is it possible to mark the path with numbers?
3 views (last 30 days)
Show older comments
Chris Loomis
on 3 Jun 2015
Commented: Salaheddin Hosseinzadeh
on 3 Jun 2015
I have a moving point source. Each time it emits heat, I would like to mark the place where it occurred. I would like to know the order of the places it has pulsed out heat. The plot and scatter functions won't seem to take an integer as a marker. Is there another function that I could use to do this, or another way to mark it with integers? Thanks!
0 Comments
Accepted Answer
Salaheddin Hosseinzadeh
on 3 Jun 2015
Hi Chris,
You can use text() command.
It puts a text in the current position, you can set the string as a number with num2str()
Hope this helps.
2 Comments
More Answers (0)
See Also
Categories
Find more on Annotations 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!