MATLAB Function Reference    
undocheckout

Undo previous checkout from source control system

Graphical Interface

As an alternative to the undocheckout function, use Source Control Undo Checkout in the Editor, Simulink, or Stateflow File menu.

Syntax

Description

undocheckout('filename') makes the file filename available for checkout, where filename does not reflect any of the changes you made after you last checked it out. filename must be the full pathname for the file.

undocheckout({'filename1','filename2','filename3', ...}) makes the filename1 through filenamen available for checkout, where the files do not reflect any of the changes you made after you last checked them out. Use the full pathnames for the files.

Examples

Typing

undoes the checkouts of /matlab/mymfiles/clock.m and
/matlab/mymfiles/calendar.m from the source control system.

See Also

checkin, checkout


  uistack union