{"id":22327282,"url":"https://github.com/thisis-developer/matlab","last_synced_at":"2025-07-29T18:30:59.882Z","repository":{"id":64170402,"uuid":"573881306","full_name":"ThisIs-Developer/MatLab","owner":"ThisIs-Developer","description":"A collection of Graph plots (sin, cos, tan, sec, cot), array operations, mathematical calculations. Enhance coding skills with MATLAB scripts","archived":false,"fork":false,"pushed_at":"2024-08-22T08:57:20.000Z","size":98,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-22T10:09:09.622Z","etag":null,"topics":["array","cos","loops","matlab","matlab-functions","plots","sin","tan","trigonometry"],"latest_commit_sha":null,"homepage":"","language":"M","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThisIs-Developer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-03T18:17:26.000Z","updated_at":"2024-08-22T09:00:07.000Z","dependencies_parsed_at":"2023-02-16T20:30:54.518Z","dependency_job_id":null,"html_url":"https://github.com/ThisIs-Developer/MatLab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIs-Developer%2FMatLab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIs-Developer%2FMatLab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIs-Developer%2FMatLab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIs-Developer%2FMatLab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThisIs-Developer","download_url":"https://codeload.github.com/ThisIs-Developer/MatLab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228034994,"owners_count":17859245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["array","cos","loops","matlab","matlab-functions","plots","sin","tan","trigonometry"],"created_at":"2024-12-04T03:09:01.185Z","updated_at":"2024-12-04T03:09:01.730Z","avatar_url":"https://github.com/ThisIs-Developer.png","language":"M","readme":"# MATLAB\n\nWelcome 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.\n\n## Topics\n\n1. **[Sin Graph](https://github.com/ThisIs-Developer/MatLab/tree/main/Sin%20Graph)**\n2. **[Cos Graph](https://github.com/ThisIs-Developer/MatLab/tree/main/Cos%20Graph)**\n3. **[Tan Graph](https://github.com/ThisIs-Developer/MatLab/tree/main/Tan%20Graph)**\n4. **[Sec Graph](https://github.com/ThisIs-Developer/MatLab/tree/main/Sec%20Graph)**\n5. **[Cot Graph](https://github.com/ThisIs-Developer/MatLab/tree/main/Cot%20Graph)**\n6. **[Array](https://github.com/ThisIs-Developer/MatLab/tree/main/Array)**\n7. **[Exponential Sin](https://github.com/ThisIs-Developer/MatLab/tree/main/Exponential%20Sin)**\n8. **[Multiple Operation](https://github.com/ThisIs-Developer/MatLab/tree/main/Multiple%20Operation)**\n9. **[Operation Float](https://github.com/ThisIs-Developer/MatLab/tree/main/Operation%20Float)**\n10. **[Operation Unsin Int](https://github.com/ThisIs-Developer/MatLab/tree/main/Operation%20Unsin%20Int)**\n11. **[Power Loop](https://github.com/ThisIs-Developer/MatLab/tree/main/Power%20Loop)**\n12. **[Sum of Loop](https://github.com/ThisIs-Developer/MatLab/tree/main/Sum%20of%20Loop)**\n13. **[Trigonometric](https://github.com/ThisIs-Developer/MatLab/tree/main/Trigonometric)**\n14. **[While](https://github.com/ThisIs-Developer/MatLab/tree/main/While)**\n\n## Scripts\n\n### Sin Graph\n- [plot_sin_graph.m](https://github.com/ThisIs-Developer/MatLab/blob/main/Sin%20Graph/plot_sin_graph.m): Plot the sine function graph.\n\n\u003cimg src=\"assets/sin.png\"\u003e\n\n### Cos Graph\n- [plot_cos_graph.m](https://github.com/ThisIs-Developer/MatLab/blob/main/Cos%20Graph/plot_cos_graph.m): Plot the cosine function graph.\n\n\u003cimg src=\"assets/cos.png\"\u003e\n\n### Tan Graph\n- [plot_tan_graph.m](https://github.com/ThisIs-Developer/MatLab/blob/main/Tan%20Graph/plot_tan_graph.m): Plot the tangent function graph.\n\n\u003cimg src=\"assets/tan.png\"\u003e\n\n### Sec Graph\n- [plot_sec_graph.m](https://github.com/ThisIs-Developer/MatLab/blob/main/Sec%20Graph/plot_sec_graph.m): Plot the secant function graph.\n\n\u003cimg src=\"assets/sec.png\"\u003e\n\n### Cot Graph\n- [plot_cot_graph.m](https://github.com/ThisIs-Developer/MatLab/blob/main/Cot%20Graph/plot_cot_graph.m): Plot the cotangent function graph.\n\n\u003cimg src=\"assets/cot.png\"\u003e\n\n### Array\n- [array_operations.m](https://github.com/ThisIs-Developer/MatLab/blob/main/Array/array_operations.m): Perform various operations on arrays such as addition, subtraction, multiplication, and division.\n\n### Exponential Sin\n- [exponential_sin.m](https://github.com/ThisIs-Developer/MatLab/blob/main/Exponential%20Sin/exponential_sin.m): Calculate and plot the exponential of the sine function.\n\n### Multiple Operation\n- [multiple_operations.m](https://github.com/ThisIs-Developer/MatLab/blob/main/Multiple%20Operation/multiple_operations.m): Perform multiple mathematical operations on given inputs.\n\n### Operation Float\n- [float_operations.m](https://github.com/ThisIs-Developer/MatLab/blob/main/Operation%20Float/float_operations.m): Perform floating-point arithmetic operations.\n\n### Operation Unsin Int\n- [unsin_int_operations.m](https://github.com/ThisIs-Developer/MatLab/blob/main/Operation%20Unsin%20Int/unsin_int_operations.m): Perform operations involving unsine and integers.\n\n### Power Loop\n- [power_loop.m](https://github.com/ThisIs-Developer/MatLab/blob/main/Power%20Loop/power_loop.m): Calculate powers using loops.\n\n### Sum of Loop\n- [sum_of_loop.m](https://github.com/ThisIs-Developer/MatLab/blob/main/Sum%20of%20Loop/sum_of_loop.m): Calculate the sum of numbers using loops.\n\n### Trigonometric\n- [trigonometric_operations.m](https://github.com/ThisIs-Developer/MatLab/blob/main/Trigonometric/trigonometric_operations.m): Perform various trigonometric operations.\n\n### While\n- [while_loop.m](https://github.com/ThisIs-Developer/MatLab/blob/main/While/while_loop.m): Demonstrate the usage of while loops for iterative calculations.\n\n## How to Use\n\n1. Clone this repository to your local machine.\n2. Open MATLAB and navigate to the cloned directory.\n3. Run the desired MATLAB script based on the topic you are interested in.\n\nFeel 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.\n\n---\nHappy coding! 🚀\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisis-developer%2Fmatlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisis-developer%2Fmatlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisis-developer%2Fmatlab/lists"}