Installation guide

Undoing the Checkout on UNIX
2 Select File > Source Control > Undo Checkout. MATLAB undoes the
checko ut.
Function Alternative
The undocheckout function takes this form:
undocheckout({'file1','file2', ...})
Use the complete path for filen and include the f ile extension. For ex ample,
to undo the checkout for the files
clock.m and calendar.m,type
undocheckout({'\myserver\mymfiles\clock.m',...
'\myserver\mymfiles\calendar.m'})
9-37