I want to creat a Matlab app GUI It must be a tuition calcul



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

Solution

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

 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 r

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site