maroi_matrix method - converts roi to maroi matrix type In this case, the function only checks why it has been inappropriately called (if useful, it should have been overridden) $Id$
0001 function obj2 = maroi_matrix(obj, sp) 0002 % maroi_matrix method - converts roi to maroi matrix type 0003 % In this case, the function only checks why it has been inappropriately 0004 % called (if useful, it should have been overridden) 0005 % 0006 % $Id$ 0007 0008 error('Unexpected call to maroi_matrix on object with no method');