필터 지우기
필터 지우기

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 CenterFile Exchange에서 ActiveX에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by