Projects

Scientific Calculator 

Today I am going to present you a scientific calculator build in MATLAB GUI. This calculator is capable of solving all the those scientific mathematics that matlab can do. There is a matlab command which can solve all the mathematical problems. I have used that only and this can be done by writing just 4-5 lines of codes. The function which does it is : -

 "eval()"

Using GUI you can design and generate a calculator which can solve all the problems. And it is not at all difficult to do. 

Scientific Calculator using MATLAB GUI.
Lets start step by step...

Step 1 :

  • Open MATLAB. 
  • Type Guide to open GUI in matlab.

  • Press Enter.
  • It will open a window there you select blank gui and press OK.
  • Now, here you can design your own calculator.

Step 2:

  • After designing your calculator
  • Right click on it.
  • Select View callbacks
  • callback

Step 3:

Now just copy and paste the codes which i have attached below.

OR 

simply you can run my attachment to get the calci as above. :)

My Results

Here is, how I tested this scientific calculator in different ways. just input what you want and get back the result in just one click.



Calculations
To download the files Click here.

Please do give your valuable compliment below and share. It may be just your one click but it matters a lot for me.!



No comments:

Post a Comment