Is it possible for Matlab to access files in Github?

2 views (last 30 days)
I would like to know whether it is possible for Matlab to access m files in Github and run them.

Accepted Answer

Steven Lord
Steven Lord on 14 Jul 2021
If you mean clone a repository sure. See the Source Control Integration documentation.
If you mean running MATLAB code (like test code) as part of continuous integration see this documentation.
If you mean something else, please elaborate on what you're trying to do.

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!