23.12.2012 Views

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Example 2 - Check out Multiple Files<br />

Typing<br />

checkout({'/matlab/mymfiles/clock.m',...<br />

'/matlab/mymfiles/calendar.m'})<br />

checks out /matlab/mymfiles/clock.m and<br />

/matlab/mymfiles/calendar.m from the source control system.<br />

Example 3 - Force a Checkout, Even If File Is Already Checked out<br />

Typing<br />

checkout('/matlab/mymfiles/clock.m','force','on')<br />

checkout<br />

checks out /matlab/mymfiles/clock.m even if clock.m is already checked out<br />

to you.<br />

Example 4 - Check out Specified Revision of File<br />

Typing<br />

checkout('/matlab/mymfiles/clock.m','revision','1.1')<br />

checks out revision 1.1 of clock.m .<br />

See Also checkin, cmopts, undocheckout<br />

2-245

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!