Effacer les filtres
Effacer les filtres

How to use Numeric LED Activex in GUI..?

4 vues (au cours des 30 derniers jours)
Noru
Noru le 7 Fév 2013
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..

Réponse acceptée

Walter Roberson
Walter Roberson le 7 Fév 2013
  1 commentaire
Noru
Noru le 8 Fév 2013
ok thank you...
I'll check it out..

Connectez-vous pour commenter.

Plus de réponses (1)

Image Analyst
Image Analyst le 7 Fév 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!

Translated by