Binary-Arithmetic-Calculator

Binary Arithmetic Calculator ๐Ÿงฎ

MATLAB Version License

๐Ÿ“– Table of Contents

๐Ÿ” Overview

The Binary Arithmetic Calculator is a sophisticated MATLAB application designed to perform various arithmetic operations in different number systems. It offers a user-friendly interface with advanced features, making it an ideal tool for students, educators, and professionals working with binary, octal, decimal, or hexadecimal arithmetic.

โœจ Features

๐Ÿš€ Installation

  1. Ensure you have MATLAB R2021a or later installed on your system.
  2. Clone this repository:
    git clone https://github.com/VoxDroid/Binary-Arithmetic-Calculator.git
    
  3. Open MATLAB and navigate to the cloned directory.
  4. Run the BinaryArithmeticCalculator.m file to start the application.

๐Ÿ–ฅ๏ธ Usage

  1. Launch the application by running BinaryArithmeticCalculator.m in MATLAB.
  2. Use the intuitive UI to perform calculations:
    • Enter numbers in the input fields
    • Select the desired operation
    • Adjust settings like binary length, signed mode, or floating-point mode
    • Click โ€œCalculateโ€ or enable โ€œAuto Calculateโ€ for instant results
  3. Explore additional features:
    • View operation history
    • Visualize results in the Visualization tab
    • Check conversion history in the Conversion History tab
    • Read the built-in tutorial for detailed instructions

๐Ÿ“„ License

This project is licensed under the MIT License. See the LICENSE file for details.

๐Ÿ“ž Contact

@VoxDroid

Project Link: https://github.com/VoxDroid/Binary-Arithmetic-Calculator.git


Made with โค๏ธ and MATLAB