| Development Environment | ![]() |
Checking Files Out of the Source Control System
You can check out a single file or multiple files.
Checking out a Single File
To check out a single file from the source control system:
| Note The Comments text area will not be included in the Check out file(s) dialog box if the source control system does not support "comments" on file check-out. |
Checking out Multiple Files
To check out multiple files from the source control system:
Function Alternative for Checking Out Files
| Note For MATLAB command window access to the source control interface, you must first create a window and get its handle. See Using the Source Control Interface from the MATLAB Command Window for instructions on doing this. |
Use checkout as the first argument in the verctrl function to check a file out of the source control system. Note that the verctrl function with the checkout argument returns a logical 1 to the workspace if the file has changed on disk or a logical 0 to the workspace if the file has not changed on disk. You can check out a single file or multiple files. The verctrl function with the checkout argument has this form:
| Adding Files to the Source Control System | Checking Files into the Source Control System | ![]() |