Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Code for make a binary, decimal, octal and hexadecimal conversor
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi guys, i really need your help with my project:
I need a program that convert a number to decimal, binary, hexadecimal or octal value.
I'am working on GUI and i have on my GUIDE the next things:
2 popupmenu
2 edittext
Well, i was thinking i could do a simple conversor (like google conversor).
And the edittext1 i enter the number to convert, then i choosee on the popupmenu1 what value is it(it can be decimal, binary, hexadecimal or octal value)
after that, i choose on the popupmenu2 what value i wanna convert and that value will be set on the edittext2.
I'am a beginner here,guys i hope you can help me with the code, please, help me with a code with the native variables(like edittext, popupmenu, etc).
Thanks ☺

댓글 수: 1
Stephen23
2019년 9월 9일
Duplicate:
https://www.mathworks.com/matlabcentral/answers/479480-make-a-program-to-convert-a-number-to-decimal-octal-hexadecimal-and-binary-value
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!