source: MML/trunk/machine/SOLEIL/common/toolbox/chebfun_v2_0501/chebfun/chebtests/ceiltest.m @ 17

Last change on this file since 17 was 17, checked in by zhangj, 10 years ago

To have a stable version on the server.

  • Property svn:executable set to *
File size: 176 bytes
Line 
1function pass = ceiltest
2
3% Rodrigo Platte
4
5splitting on
6
7f1 = chebfun(@(x) ceil(x), -10:2); % Prescribed brkpoints
8f2 = chebfun(@(x) ceil(x), [-10 2]);
9pass = isequal(f1,f2);
Note: See TracBrowser for help on using the repository browser.