An open API service indexing awesome lists of open source software.

https://github.com/samyam81/matlab_integration

A repository containing a simple calculator application implemented in Java, Kotlin, and C#, with MATLAB integration for division operations.
https://github.com/samyam81/matlab_integration

csharp java kotlin matlab

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.