Info
This question is closed. Reopen it to edit or answer.
How to convert fahrenheit to celsius with a popupmenu
1 view (last 30 days)
Show older comments
Hi guys, i need your help with something:
I need a program to convert celsius to fahrenheit
on my GUI i have 2 edittext and and 1 popupmenu and 3 buttoms
i have to insert 1 value on the edittext 1, select the value to convert with the popupmenu (in this case fahrenheit)
and when i do clic on the bottom calculate, the value in celsius should be print on the edittext 2.
I hope you guys can help me
1 Comment
Rik
on 5 Sep 2019
What have you tried so far? Keep in mind that you have to convert the char array to a numeric value when retrieving the text from an edit field.
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!