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.

checkout<br />

2-244<br />

option<br />

Argument<br />

If you end the <strong>MATLAB</strong> session, the file remains checked out. You can check<br />

in the file from within <strong>MATLAB</strong> during a later session, or directly from your<br />

source control system.<br />

Examples Example 1 - Check out a File<br />

Typing<br />

Purpose value<br />

Argument<br />

'force' When set to on, the checkout is forced,<br />

even if you already have the file checked<br />

out. This is effectively an undocheckout<br />

followed by a checkout. When force is<br />

set to off, you can’t check out the file if<br />

you already have it checked out.<br />

'lock' When set to on, the checkout gets the file,<br />

allows you to write to it, and locks the file<br />

so that access to the file for others is read<br />

only. When set to off, the checkout gets a<br />

read-only version of the file, allowing<br />

another user to check out the file for<br />

updating. With lock set to off, you don’t<br />

have to check in a file after checking it<br />

out.<br />

'revision' Checks out the specified revision of the<br />

file.<br />

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

'on'<br />

'off' (default)<br />

'on' (default)<br />

'off'<br />

'version_num'<br />

checks out the file /matlab/mymfiles/clock.m from the source control system.

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

Saved successfully!

Ooh no, something went wrong!