Home > marsbar > @maroi > maroi_matrix.m

maroi_matrix

PURPOSE ^

maroi_matrix method - converts roi to maroi matrix type

SYNOPSIS ^

function obj2 = maroi_matrix(obj, sp)

DESCRIPTION ^

 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$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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');

Generated on Wed 11-May-2022 16:26:09 by m2html © 2003-2019