source: MML/trunk/machine/SOLEIL/common/toolbox/chebfun_v2_0501/chebfun/chebtests/plotrow.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: 164 bytes
Line 
1function pass = plotrow
2
3% Rodrigo Platte Jan 2009
4% Tests whether row chebfuns are plotted
5
6x = chebfun(@(x) x);
7figure, plot([x x.^2].','.-r'), close
8pass = true;
Note: See TracBrowser for help on using the repository browser.