Mercurial > hg > octave-max
comparison scripts/plot/waitforbuttonpress.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | 72c96de7a403 |
comparison
equal
deleted
inserted
replaced
11586:12df7854fa7c | 11587:c792872f8942 |
---|---|
35 endif | 35 endif |
36 | 36 |
37 [x, y, k] = ginput (1); | 37 [x, y, k] = ginput (1); |
38 | 38 |
39 if (nargout == 1) | 39 if (nargout == 1) |
40 if (k <= 5) | 40 if (k <= 5) |
41 a = 0; | 41 a = 0; |
42 else | 42 else |
43 a = 1; | 43 a = 1; |
44 endif | 44 endif |
45 endif | 45 endif |
46 | 46 |
47 endfunction | 47 endfunction |