Development Environment |
Showing File History
You can show the history of a single file or multiple files in the source control system. To show the history of a file:
Function Alternative for Showing File History
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 history
as the first argument in the verctrl
function to show the history of the file in the source control system. Note that the verctrl
function with the history
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 history
argument has this form:
Removing Files from the Source Control System | Comparing the Working Copy of a File to the Latest Version in Source Control |