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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

checkin<br />

Examples Example 1 - Check in a File with Comments<br />

Typing<br />

2-242<br />

checkin('/matlab/mymfiles/clock.m','comments','Adjustment for<br />

Y2K')<br />

checks in the file /matlab/mymfiles/clock.m to the source control system with<br />

the comment Adjustment for Y2K.<br />

Example 2 - Check in Multiple Files with Comments<br />

Typing<br />

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

'/matlab/mymfiles/calendar.m'},'comments','Adjustment for Y2K')<br />

checks two files into the source control system using the same comment for<br />

each.<br />

Example 3 - Check a File in and Keep It Checked out<br />

Typing<br />

checkin('/matlab/mymfiles/clock.m','comments','Adjustment for<br />

Y2K','lock','on')<br />

checks the file /matlab/mymfiles/clock.m into the source control system and<br />

keeps the file checked out.<br />

See Also checkout, cmopts, undocheckout

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

Saved successfully!

Ooh no, something went wrong!