Home > Products > CS-RCS > Integration > Add-ons > MATLAB 6.1

Version Control for MATLAB 6.1

  1. Save CUSTOMVERCTRL.M to folder C:\MATLAB6p1\toolbox\matlab\verctrl\.
  2. In Matlab preferences (File|Preferences...General|Source Control) select
    source control system 'custom'.
  3. Edit line 19 in CUSTOMEVERCTRL.M to point CSRCSW in your computer:
    ...
    % Modify this line to point to CSRCSW
    cmdfile = '"C:\Program Files\ComponentSoftware\CS-RCS\System\csrcsw"';
    ...
  4. If you want switch between quite/normal mode, edit line 23:
    ...
    % If you want quite mode use '/q', otherwise ' '
    isquiet = '/q';

Thanks to Sakari Lukkarinen.
Click here for his RCS-interface page at MatLab Central.

 


Copyright © 2001-2010 ComponentSoftware Inc.
Names used throughout this site are trademarks of their respective companies.
Last modified:
February 02, 2010