How to use Numeric LED Activex in GUI..?
Ältere Kommentare anzeigen
I'm really blind about the way how to use Numeric LED Activex in GUI.. for example :
long = 5;
wide = 10;
high = 20;
volume = long * wide * high;
disp(['volume -> ' num2str(volume)]);
how to show "volume" in Numeric LED Activex in GUI..?

does anyone have the solution..?
thanks..
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 7 Feb. 2013
0 Stimmen
You may not be able to unless it shows up in the list of ActiveX components. Unfortunately, not just any ActiveX component can be used. You may want to use a more modern display, like just a regular static text label, so that you can get more readable numbers. Seven segment displays are hard to read and rather antiquated these days so I don't know why you wouldn't want to improve, unless you really wanted an old fasioned, quaint "retro" look for some reason, or needed to totally duplicate the appearance of some lab instrument.
Kategorien
Mehr zu ActiveX finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!