フィルターのクリア

How to use Numeric LED Activex in GUI..?

4 ビュー (過去 30 日間)
Noru
Noru 2013 年 2 月 7 日
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..

採用された回答

Walter Roberson
Walter Roberson 2013 年 2 月 7 日
  1 件のコメント
Noru
Noru 2013 年 2 月 8 日
ok thank you...
I'll check it out..

サインインしてコメントする。

その他の回答 (1 件)

Image Analyst
Image Analyst 2013 年 2 月 7 日
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.

カテゴリ

Help Center および File ExchangeActiveX についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by