Welcome to the MATLAB repository! This repository contains MATLAB scripts and functions for various mathematical operations and graph plotting. Below is an overview of the topics covered and the corresponding MATLAB scripts available in this repository.
- Sin Graph
- Cos Graph
- Tan Graph
- Sec Graph
- Cot Graph
- Array
- Exponential Sin
- Multiple Operation
- Operation Float
- Operation Unsin Int
- Power Loop
- Sum of Loop
- Trigonometric
- While
- plot_sin_graph.m: Plot the sine function graph.
- plot_cos_graph.m: Plot the cosine function graph.
- plot_tan_graph.m: Plot the tangent function graph.
- plot_sec_graph.m: Plot the secant function graph.
- plot_cot_graph.m: Plot the cotangent function graph.
- array_operations.m: Perform various operations on arrays such as addition, subtraction, multiplication, and division.
- exponential_sin.m: Calculate and plot the exponential of the sine function.
- multiple_operations.m: Perform multiple mathematical operations on given inputs.
- float_operations.m: Perform floating-point arithmetic operations.
- unsin_int_operations.m: Perform operations involving unsine and integers.
- power_loop.m: Calculate powers using loops.
- sum_of_loop.m: Calculate the sum of numbers using loops.
- trigonometric_operations.m: Perform various trigonometric operations.
- while_loop.m: Demonstrate the usage of while loops for iterative calculations.
- Clone this repository to your local machine.
- Open MATLAB and navigate to the cloned directory.
- Run the desired MATLAB script based on the topic you are interested in.
Feel free to explore and use these scripts for your mathematical computations and graph plotting needs. If you have any questions or suggestions, please open an issue or reach out to us.
Happy coding! 🚀