Home > marsbar > @maroi_image > maroi_matrix.m

maroi_matrix

PURPOSE ^

maroi_matrix method - converts maroi_image to maroi_matrix

SYNOPSIS ^

function o = maroi_matrix(o, sp)

DESCRIPTION ^

 maroi_matrix method - converts maroi_image to maroi_matrix

 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function o = maroi_matrix(o, sp)
0002 % maroi_matrix method - converts maroi_image to maroi_matrix
0003 %
0004 % $Id$
0005 
0006 o = o.maroi_matrix;
0007 if nargin > 1
0008   o = maroi_matrix(o, sp);
0009 end

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