I have put together a GUI with GUI Composer, part of which starts processes in my code by changing a value in the code through the use of 'Value Button's. I have noticed that sometimes I'll click a button and there will be no response. If I watch the variable the button is supposed to be sending a value to, I will sometimes see it simply never change, even after I have clicked the button several times. On other occasions I will see the value change momentarily but then change back. If I try to change the variable in the expression window, I see similar results. Sometimes I can keep trying to change the variable but it just won't 'stick' until sometimes after many tries.
Also, is there a way to change the X axis values? For example, if I wanted to plot a time response I would like the X axis to be in seconds (or milliseconds), not array index number.
Thanks,
Mitch