Real time plotting using Matlab

i have this project using Arduino uno and accelerometer, also a tempreture sensor that just print an output value " object hot" or "object cold"

example from the hyper terminal :"

example (hyper terminal values )

50
53
54
56
object is HOT
57
68
69
object is Cold
70
71
73

can the GUI plot the accelerometer values and print the message" object is cold" or object is HOT" on the corner of the graph ? i mean how the matlab can differentiate between the values and the message ?

my second question : is there an easy tutorial how to real time plotting using matlab ? im a noob when it comes to matlab ! i want to learn so anything to put me on the right track would be much appreciated !

can the GUI plot the accelerometer values and print the message" object is cold" or object is HOT" on the corner of the graph ?

Unfortunately, no. The Arduino doesn't have a GUI, and can't plot anything.

i mean how the matlab can differentiate between the values and the message ?

Good question. How often do you post Arduino questions on the matlab forum?

my second question : is there an easy tutorial how to real time plotting using matlab ? im a noob when it comes to matlab ! i want to learn so anything to put me on the right track would be much appreciated !

On the Arduino forum? No.