I want to creat a Matlab app (GUI) It must be a tuition calculator. So when you
ID: 1840501 • Letter: I
Question
I want to creat a Matlab app (GUI) It must be a tuition calculator. So when you enter the number of credits it gives the total amount it should be payed. Two radio buttons one for in state student and the other should out state student. And there should be edit text so you can enter the number of credits And then a bush button when you click it calculates the total amount and display it on the edit static field. In state student pay $200 per credit Out state student pay $400 per credit I want to creat a Matlab app (GUI) It must be a tuition calculator. So when you enter the number of credits it gives the total amount it should be payed. Two radio buttons one for in state student and the other should out state student. And there should be edit text so you can enter the number of credits And then a bush button when you click it calculates the total amount and display it on the edit static field. In state student pay $200 per credit Out state student pay $400 per credit More info contact me on bb-b17 at hotmail.com Tuition Calculator In-State student Out-State Student International Student Enter Number of Credits alculate Static Text
Explanation / Answer
a=input('number of Credits');
c = a*200;
disp ('Amount to be paid');
c
end
function radiobutton_Callback(source,callbackdata)
a=input('number of Credits');
c = a*400;
disp ('Amount to be paid');
c
end
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.