Updating GUI axes in MATLAB
Posted
by James
on Stack Overflow
See other posts from Stack Overflow
or by James
Published on 2010-03-24T13:33:37Z
Indexed on
2010/03/24
14:03 UTC
Read the original article
Hit count: 398
HI,
I am making a GUI for a program I have created, where I need to be able to change the position of a load along a beam. I have set up the axes and the slider properly, but I am unsure how to get the axes to update, as I can't find any examples that show how to do this on the internet.
At present, as I move the load, the position updates properly, but the old position stays on screen as well, which is quite annoying.
Can anyone recommend any good examples that show how to do this, or does anyone have a suggestion of how to go about refreshing the axes?
Regards, James
© Stack Overflow or respective owner