Home > matpower7.0 > mptest > lib > t > mptest_ex1.m

mptest_ex1

PURPOSE ^

SYNOPSIS ^

function mptest_ex1(quiet)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function mptest_ex1(quiet)
0002 if nargin < 1
0003 quiet = 0;
0004 end
0005 t_begin(4, quiet);
0006 t_ok(pi > 3, 'size of pi');
0007 if exist('my_unimplemented_functionality', 'file')
0008 t_ok(1, 'unimplemented_test1');
0009 t_ok(1, 'unimplemented_test2');
0010 else
0011 t_skip(2, 'not yet written');
0012 end
0013 t_is(2+2, 4, 12, '2+2 still equals 4');
0014 t_end;

Generated on Mon 24-Jun-2019 15:58:45 by m2html © 2005