MATLAB Function Reference | ![]() ![]() |
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('
makes the file filename
')
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
undoes the checkouts of /matlab/mymfiles/clock.m and
/matlab/mymfiles/calendar.m from the source control system.
See Also
![]() | uistack | union | ![]() |