Skip to content

ultralytics/functions-matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Ultralytics logo

πŸš€ Introduction

Welcome to the Ultralytics MATLAB Functions Repository! This repository serves as a central hub for commonly used functions essential across various Ultralytics projects developed in MATLAB. These scripts provide a foundational toolkit designed to assist in the development and research phases of machine learning and data analysis tasks. Explore and utilize these utilities to streamline your workflow and accelerate your projects!

Ultralytics Actions Ultralytics Discord Ultralytics Forums Ultralytics Reddit

For more information about Ultralytics, our mission, and the innovative work we do in AI, visit our official website: https://www.ultralytics.com.

πŸ“˜ What is This Repository?

The functions-matlab repository is a curated collection of MATLAB functions frequently employed within the Ultralytics ecosystem. These functions represent the building blocks used across numerous projects, promoting efficient code reuse and maintaining consistency throughout our MATLAB codebase.

πŸ“‹ Requirements

To effectively use the resources provided in this repository, please ensure you have the following installed:

  • MATLAB version R2018a or newer.

πŸ“₯ Installation

Getting started with these functions is straightforward:

  1. Clone this repository to your local machine using Git:

    git clone https://github.com/ultralytics/functions-matlab
  2. Add the cloned repository directory to your MATLAB path. This allows MATLAB to locate and execute the functions. Launch MATLAB and run the following command, replacing path_to_cloned_repo with the actual path where you cloned the repository:

    addpath(genpath('path_to_cloned_repo/functions-matlab'))
    % Example: addpath(genpath('/Users/username/Documents/MATLAB/functions-matlab'))

    For more details on managing the MATLAB path, see the official MathWorks documentation.

🧰 How to Use

Once the repository is added to your MATLAB path, you can call any function directly from your MATLAB scripts or the command window, just like any built-in MATLAB function.

% Example: Calling a hypothetical function 'ultralytics_preprocess' from the repository
processedData = ultralytics_preprocess(rawData);
disp('Data processed successfully using Ultralytics function.');

Refer to the specific function's documentation (usually included as comments within the .m file) for details on its usage, inputs, and outputs. Learn more about calling functions in MATLAB.

🀝 How to Contribute

Contributions from the community are highly encouraged and appreciated! Whether it's fixing bugs, adding new utility functions, or improving documentation, your input helps make this resource better for everyone. Please review our Contributing Guide for guidelines on how to contribute effectively. Found a bug or have a suggestion? Open an issue on our GitHub Issues page.

We also value your feedback on Ultralytics products and initiatives. Please consider sharing your thoughts by filling out our Survey. A huge πŸ™ thank you to all our contributors!

Ultralytics open-source contributors

©️ License

Ultralytics provides two licensing options to accommodate different use cases:

  • AGPL-3.0 License: An OSI-approved open-source license ideal for students, researchers, and enthusiasts who wish to share improvements and collaborate openly. See the LICENSE file for the full terms.
  • Enterprise License: Designed for commercial applications, this license permits the integration of Ultralytics software and AI models into commercial products and services without the open-source requirements of AGPL-3.0. If your project requires an Enterprise License, please contact us through Ultralytics Licensing.

πŸ“¬ Get in Touch

If you encounter issues, have feature requests, or wish to contribute, please use the GitHub Issues tracker for this repository. For broader questions, discussions about Ultralytics projects, or to connect with the community, join our Discord server!


Ultralytics GitHub space Ultralytics LinkedIn space Ultralytics Twitter space Ultralytics YouTube space Ultralytics TikTok space Ultralytics BiliBili space Ultralytics Discord