{"id":19454172,"url":"https://github.com/ultralytics/functions-matlab","last_synced_at":"2025-04-25T04:31:08.989Z","repository":{"id":43393460,"uuid":"134001086","full_name":"ultralytics/functions-matlab","owner":"ultralytics","description":"Common functions employed throughout various Ultralytics projects.","archived":false,"fork":false,"pushed_at":"2025-03-28T01:19:51.000Z","size":63119,"stargazers_count":14,"open_issues_count":2,"forks_count":15,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T02:28:07.980Z","etag":null,"topics":["altium","functions","geant4","google","matlab"],"latest_commit_sha":null,"homepage":"https://ultralytics.com","language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ultralytics.png","metadata":{"funding":{"github":"glenn-jocher","patreon":"ultralytics","open_collective":"ultralytics"},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-18T20:28:15.000Z","updated_at":"2025-03-28T01:19:55.000Z","dependencies_parsed_at":"2024-04-28T15:28:30.046Z","dependency_job_id":"b227be63-c87c-48ce-bf45-b43441dadc76","html_url":"https://github.com/ultralytics/functions-matlab","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultralytics%2Ffunctions-matlab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultralytics%2Ffunctions-matlab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultralytics%2Ffunctions-matlab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultralytics%2Ffunctions-matlab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ultralytics","download_url":"https://codeload.github.com/ultralytics/functions-matlab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250754668,"owners_count":21481852,"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":["altium","functions","geant4","google","matlab"],"created_at":"2024-11-10T17:08:15.936Z","updated_at":"2025-04-25T04:31:03.981Z","avatar_url":"https://github.com/ultralytics.png","language":"MATLAB","funding_links":["https://github.com/sponsors/glenn-jocher","https://patreon.com/ultralytics","https://opencollective.com/ultralytics"],"categories":[],"sub_categories":[],"readme":"\u003cbr\u003e\n\u003ca href=\"https://www.ultralytics.com/\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/ultralytics/assets/main/logo/Ultralytics_Logotype_Original.svg\" width=\"320\" alt=\"Ultralytics logo\"\u003e\u003c/a\u003e\n\n# 🚀 Introduction\n\nWelcome to Ultralytics' MATLAB Functions Repository! This hub is a collection of commonly used functions that are essential for various Ultralytics MATLAB projects. These scripts provide a foundation that assists in the development and research phases of machine learning and data analysis within MATLAB. Feel free to explore and utilize these utilities to streamline your work!\n\n[![Ultralytics Actions](https://github.com/ultralytics/functions-matlab/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/functions-matlab/actions/workflows/format.yml) \u003ca href=\"https://discord.com/invite/ultralytics\"\u003e\u003cimg alt=\"Discord\" src=\"https://img.shields.io/discord/1089800235347353640?logo=discord\u0026logoColor=white\u0026label=Discord\u0026color=blue\"\u003e\u003c/a\u003e \u003ca href=\"https://community.ultralytics.com/\"\u003e\u003cimg alt=\"Ultralytics Forums\" src=\"https://img.shields.io/discourse/users?server=https%3A%2F%2Fcommunity.ultralytics.com\u0026logo=discourse\u0026label=Forums\u0026color=blue\"\u003e\u003c/a\u003e \u003ca href=\"https://reddit.com/r/ultralytics\"\u003e\u003cimg alt=\"Ultralytics Reddit\" src=\"https://img.shields.io/reddit/subreddit-subscribers/ultralytics?style=flat\u0026logo=reddit\u0026logoColor=white\u0026label=Reddit\u0026color=blue\"\u003e\u003c/a\u003e\n\nFor more information about Ultralytics, our mission, and the innovative work we're doing, fly over to our website: [Ultralytics](http://www.ultralytics.com).\n\n## 📘 Description\n\nThe [functions-matlab](https://github.com/ultralytics/functions-matlab) repository serves as a centralized store of MATLAB functions. These are the bread-and-butter of our MATLAB codebase, put to use in a plethora of Ultralytics projects. It's designed to promote code reuse and to help maintain consistency across different projects.\n\n## 📋 Requirements\n\nTo run the resources available in this repository, ensure that you have the following:\n\n- [MATLAB](https://www.mathworks.com/products/matlab.html) version 2018a or higher installed on your system.\n\n📥 **Installation**\n\nInstalling and getting started with these functions is a straightforward process:\n\n1. Clone this repository to your local machine:\n\n   ```bash\n   $ git clone https://github.com/ultralytics/functions-matlab\n   ```\n\n2. Once cloned, you can add the repository to your MATLAB path to access the functions. Launch MATLAB and run the following command:\n\n   ```matlab\n   \u003e\u003e addpath(genpath('path_to_cloned_repo/functions-matlab'))\n   ```\n\n   Replace `path_to_cloned_repo` with the path to the folder where you cloned the repository.\n\n## 🧰 Usage\n\nTo use a function from the repository, simply call it from your MATLAB script or command window as you would with any other MATLAB function. If you have added the repository to your MATLAB path as described above, the functions will be recognized by MATLAB without the need for any additional steps.\n\n# 🤝 Contribute\n\nWe welcome contributions from the community! Whether you're fixing bugs, adding new features, or improving documentation, your input is invaluable. Take a look at our [Contributing Guide](https://docs.ultralytics.com/help/contributing/) to get started. Also, we'd love to hear about your experience with Ultralytics products. Please consider filling out our [Survey](https://www.ultralytics.com/survey?utm_source=github\u0026utm_medium=social\u0026utm_campaign=Survey). A huge 🙏 and thank you to all of our contributors!\n\n\u003c!-- Ultralytics contributors --\u003e\n\n\u003ca href=\"https://github.com/ultralytics/yolov5/graphs/contributors\"\u003e\n\u003cimg width=\"100%\" src=\"https://github.com/ultralytics/assets/raw/main/im/image-contributors.png\" alt=\"Ultralytics open-source contributors\"\u003e\u003c/a\u003e\n\n# ©️ License\n\nUltralytics is excited to offer two different licensing options to meet your needs:\n\n- **AGPL-3.0 License**: Perfect for students and hobbyists, this [OSI-approved](https://opensource.org/license) open-source license encourages collaborative learning and knowledge sharing. Please refer to the [LICENSE](https://github.com/ultralytics/ultralytics/blob/main/LICENSE) file for detailed terms.\n- **Enterprise License**: Ideal for commercial use, this license allows for the integration of Ultralytics software and AI models into commercial products without the open-source requirements of AGPL-3.0. For use cases that involve commercial applications, please contact us via [Ultralytics Licensing](https://www.ultralytics.com/license).\n\n# 📬 Contact Us\n\nFor bug reports, feature requests, and contributions, head to [GitHub Issues](https://github.com/ultralytics/velocity/issues). For questions and discussions about this project and other Ultralytics endeavors, join us on [Discord](https://discord.com/invite/ultralytics)!\n\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/ultralytics\"\u003e\u003cimg src=\"https://github.com/ultralytics/assets/raw/main/social/logo-social-github.png\" width=\"3%\" alt=\"Ultralytics GitHub\"\u003e\u003c/a\u003e\n  \u003cimg src=\"https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png\" width=\"3%\" alt=\"space\"\u003e\n  \u003ca href=\"https://www.linkedin.com/company/ultralytics/\"\u003e\u003cimg src=\"https://github.com/ultralytics/assets/raw/main/social/logo-social-linkedin.png\" width=\"3%\" alt=\"Ultralytics LinkedIn\"\u003e\u003c/a\u003e\n  \u003cimg src=\"https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png\" width=\"3%\" alt=\"space\"\u003e\n  \u003ca href=\"https://twitter.com/ultralytics\"\u003e\u003cimg src=\"https://github.com/ultralytics/assets/raw/main/social/logo-social-twitter.png\" width=\"3%\" alt=\"Ultralytics Twitter\"\u003e\u003c/a\u003e\n  \u003cimg src=\"https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png\" width=\"3%\" alt=\"space\"\u003e\n  \u003ca href=\"https://youtube.com/ultralytics\"\u003e\u003cimg src=\"https://github.com/ultralytics/assets/raw/main/social/logo-social-youtube.png\" width=\"3%\" alt=\"Ultralytics YouTube\"\u003e\u003c/a\u003e\n  \u003cimg src=\"https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png\" width=\"3%\" alt=\"space\"\u003e\n  \u003ca href=\"https://www.tiktok.com/@ultralytics\"\u003e\u003cimg src=\"https://github.com/ultralytics/assets/raw/main/social/logo-social-tiktok.png\" width=\"3%\" alt=\"Ultralytics TikTok\"\u003e\u003c/a\u003e\n  \u003cimg src=\"https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png\" width=\"3%\" alt=\"space\"\u003e\n  \u003ca href=\"https://ultralytics.com/bilibili\"\u003e\u003cimg src=\"https://github.com/ultralytics/assets/raw/main/social/logo-social-bilibili.png\" width=\"3%\" alt=\"Ultralytics BiliBili\"\u003e\u003c/a\u003e\n  \u003cimg src=\"https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png\" width=\"3%\" alt=\"space\"\u003e\n  \u003ca href=\"https://discord.com/invite/ultralytics\"\u003e\u003cimg src=\"https://github.com/ultralytics/assets/raw/main/social/logo-social-discord.png\" width=\"3%\" alt=\"Ultralytics Discord\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultralytics%2Ffunctions-matlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultralytics%2Ffunctions-matlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultralytics%2Ffunctions-matlab/lists"}