Skip to content

A repository containing a simple calculator application implemented in Java, Kotlin, and C#, with MATLAB integration for division operations.

Notifications You must be signed in to change notification settings

samyam81/Matlab_Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator Application with MATLAB Integration

Overview

This project provides a simple calculator application implemented in both Java and C#. The calculator allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. Additionally, it integrates with MATLAB for handling division operations.

Features

  • User input for selecting the operation and providing operands.
  • Calculation of arithmetic operations directly in Java (for the Java version) and Kotlin (for the Kotlin version).
  • Utilization of MATLAB for division operations (for the C# version).
  • Error handling for invalid input and exceptions.

Prerequisites

  • Java Version:
    • Java Development Kit (JDK) installed on your system.
    • MATLAB installed and configured correctly.
  • C# Version:
    • MATLAB Compiler Runtime (MCR) installed and configured correctly.
  • Kotlin Version:
    • Kotlin compiler installed on your system.
    • MATLAB installed and configured correctly.

Setup and Usage

Java Version

  1. Compile the Java code using any Java compiler.
  2. Ensure that MATLAB is installed and configured correctly on your system.
  3. Run the compiled Java application.
  4. Follow the on-screen instructions to perform arithmetic operations.

Kotlin Version

  1. Compile the Kotlin code using any Kotlin compiler.
  2. Ensure that MATLAB is installed and configured correctly on your system.
  3. Run the compiled Kotlin application.
  4. Follow the on-screen instructions to perform arithmetic operations.

C# Version

  1. Ensure that MATLAB Compiler Runtime (MCR) is installed and configured correctly on your system.
  2. Compile the C# code using any C# compiler.
  3. Run the compiled C# application.
  4. Follow the on-screen instructions to perform arithmetic operations.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request.

Acknowledgements

  • Thanks to MathWorks for providing the MATLAB software used in this project.

About

A repository containing a simple calculator application implemented in Java, Kotlin, and C#, with MATLAB integration for division operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published