Development Environment    

Starting the Source Control System

To start the source control system:

  1. Select Source Control -> Start Source Control from the File menu in the MATLAB Editor, Simulink model, or Stateflow model.
  1. The dialog box from the currently selected source control system opens. Below is the Microsoft Visual SourceSafe Explorer dialog box.

Function Alternative for Starting Source Control

Use runscc as the first argument in the verctrl function to start the currently selected source control system. The verctrl function with the runscc argument has this form:

  1. verctrl('runscc',winhandle);


  Displaying Source Control Properties of a File Using the Source Control Interface from the MATLAB Command Window