| Development Environment | ![]() |
Displaying Source Control Properties of a File
You can display the properties of a single file from the source control system. Note that you cannot display the properties of multiple files. To display the properties of a file:
Function Alternative for Displaying File Properties
| 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 properties as the first argument in the verctrl function to display the properties of a file. Note that the verctrl function with the properties 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. The verctrl function with the properties argument has this form:
| Comparing the Working Copy of a File to the Latest Version in Source Control | Starting the Source Control System | ![]() |