move function to move a Tool
3 views (last 30 days)
Show older comments
Hi,
i wanna write a function, within i can command the tool to move from a to b.
Can you guys help me, i dont have any idea!
THX
Answers (2)
Jan
on 22 Jun 2013
I've answered in the other forum (just for information of other readers):
We cannot know or guess how the tool is connected to your computer. This is a detail you have to find out at first.
The WHILE loops look strange: WHILE loops run as long as a condition is TRUE. But in the posted code, the condition is a constant time, which will not change it's state from TRUE to FALSE magically.
Please read the help text of while:
help while
And most of all you need any clear instructions about how the tool can be controlled. Ask your teacher, professor or read the manuals. But the forums cannot help you in this point.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!