Home > marsbar > @mardo > image_names.m

image_names

PURPOSE ^

method returning image file names for design

SYNOPSIS ^

function P = image_names(D)

DESCRIPTION ^

 method returning image file names for design
 Returns cell array of same dimension of image list

 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function P = image_names(D)
0002 % method returning image file names for design
0003 % Returns cell array of same dimension of image list
0004 %
0005 % $Id$
0006   
0007 P = {};
0008 if has_images(D)
0009   VY = get_images(D);
0010   P = reshape({VY.fname},size(VY));
0011 end

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