how to make speedometer in graphics
Ältere Kommentare anzeigen
i have to make a speedometer in gui,as like we see in vechile.how can i do that? if i drag a axes an put it on gui editer.then set a call back function.will it be possible? if possible then what should be the callback function?
Antworten (1)
Walter Roberson
am 9 Mär. 2012
0 Stimmen
There is no callback function of an axes object that would be relevant to this question.
You will encounter non-trivial difficulties in attempting to process anything with an interval as low as 0.0001 seconds (1/10000 of a second).
Your graphics display is likely not any faster than 120 frames per second; there is no point in trying to update it 83 times faster than that.
1 Kommentar
Krishnendu Mukherjee
am 12 Mär. 2012
Kategorien
Mehr zu Graphics Object Properties finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!