How can i speed up the working of GUI???
Show older comments
I have created a GUI to control a robot for going forward,backwadr.left and right. But the speed at which gui works is very slow.The robot gets the command around 2 mins after the button in GUI is pressed.Please help me to speed up the interfacing because time precision is very important in controlling the bot. I am using atmega16 to interface the gui with robot.
4 Comments
Jan
on 9 Feb 2014
Without knowing any details it is impossible to guess, what happens. You have to find out at first, where the delay is comming from: Is it really Matlab or a problem in the hardware interface?
AKANKSHA SAXENA
on 9 Feb 2014
Image Analyst
on 9 Feb 2014
Please define speen, bt, and usinf - or else use a browser with a spellchecker.
Jan
on 10 Feb 2014
@Image Analyst: speeD and usinG. The spell checkers make me nervous, because I post in different languages and cannot find a way to toggle the language easily.
Answers (1)
per isakson
on 9 Feb 2014
Edited: per isakson
on 9 Feb 2014
0 votes
What's taking so long?
2 Comments
AKANKSHA SAXENA
on 9 Feb 2014
Jan
on 10 Feb 2014
You have to start the profiler, run your application and inspect the profile report afterwards. See doc profile .
Categories
Find more on App Building in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!