source: MML/trunk/machine/SOLEIL/common/toolbox/chebfun_v2_0501/chebfun/chebtests/breakpoints.m @ 4

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

Initial import--MML version from SOLEIL@2013

File size: 193 bytes
Line 
1function pass = breakpoints
2
3% Rodrigo Platte
4splitting on
5
6splitting on
7
8f=chebfun(@(x) ceil(x-.1), [0 1 2]);
9pass = length(f)==4;
10
11f=chebfun(@(x) ceil(x-.1));
12pass = pass & length(f) == 3;
13
14
Note: See TracBrowser for help on using the repository browser.