Is the read-only validated internal MatLab variable derived from Signal.Name


Variable = Fig.Plot(1..10).Signal(1..10).Variable


Variable:  (String) the returned valid variable associated with the Signal


Once Signal.Name is set then you can read Signal.Variable if you want to know what the associated internal variable name is.

This is very important if you want perform MatLab operations on that variable and want to be sure to know its valid name.