Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Matlab GUI short script

Status
Not open for further replies.

emper

Mechanical
Joined
Jan 28, 2007
Messages
1
Location
PL
Hi

I need few command for my Robot Programing script.
When button "start" is pressed:
1. I want to get x,y values from text fields and put them into x,y
workspace variables.
2. I want GUI to run my script named "go.m", and wait until it gives
result - two variables t1,t2
3. I want them to be inserted to text fields in my form and start a simulink simulation "go2.mdl"
4. Last one. I want GUI to check two other variables and when (not if) they
will be equal to t1,t2 GUI will stop checking and show a massage box and stop "go2.mdl"

thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top