Number-System-Converter

Number System Converter ๐Ÿ”ข

MATLAB Version License

๐Ÿ“– Table of Contents

๐Ÿ” Overview

The Number System Converter is a versatile MATLAB application designed to perform conversions between different number systems and execute bitwise operations. With its user-friendly interface and comprehensive functionality, it serves as an excellent tool for students, educators, and professionals working with various number representations and digital logic.

โœจ Features

๐Ÿš€ Installation

  1. Ensure you have MATLAB R2021b or later installed on your system.
  2. Clone this repository:
    git clone https://github.com/VoxDroid/Number-System-Converter.git
    
  3. Open MATLAB and navigate to the cloned directory.
  4. Run the Number__Systems.m file to start the application.

๐Ÿ–ฅ๏ธ Usage

  1. Launch the application by running Number__Systems.m in MATLAB.
  2. Use the main interface to convert numbers:
    • Enter the number in the โ€œInputโ€ field
    • Select the source number system from the โ€œFromโ€ dropdown
    • Select the target number system from the โ€œToโ€ dropdown
    • Click โ€œConvertโ€ to see the result
  3. To perform bitwise operations:
    • Go to Tools > Bitwise Operations
    • Enter two binary numbers in the input fields
    • Select the desired operation
    • Click โ€œCalculateโ€ to see the result
  4. Explore additional features:
    • Use the โ€œClearโ€ button to reset input and output fields
    • Access the number system tutorial from Tools > Number System Tutorial
    • View program information in Tools > About

๐Ÿ“„ License

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

๐Ÿ“ž Contact

Izeno - @VoxDroid

Project Link: https://github.com/VoxDroid/Number-System-Converter.git


Made with โค๏ธ and MATLAB