How to use Numeric LED Activex in GUI..?

3 views (last 30 days)
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..

Accepted Answer

Walter Roberson
Walter Roberson on 7 Feb 2013

More Answers (1)

Image Analyst
Image Analyst on 7 Feb 2013
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!