Home > brede > brede_loc_loc2loc.m

brede_loc_loc2loc

PURPOSE ^

brede_loc_loc2loc - Convert location structure to location

SYNOPSIS ^

function Lout = brede_loc_loc2loc(Lin)

DESCRIPTION ^

 brede_loc_loc2loc    - Convert location structure to location
 
       Lout = brede_loc_loc2loc(Lin)

       Input:  Lin    Input 'Loc' structure

       Output: Lout   Output 'Loc' structure

       This function converts a 'Loc' structure represented as a cell
       array of structures to a array of structures.

       It also converts the 'coord' field to a numeric
       representation and sets the x, y and z fields based on the
       'coord' field. If the 'coord' field is not set it tries to
       set it via the 'x', 'y' and 'z' fields.

       See also BREDE, BREDE_LOC, BREDE_UI_LOC,
                BREDE_LOC_LOC2COORD, BREDE_LOC_LOC2MAT.

 $Id: brede_loc_loc2loc.m,v 1.10 2009/04/30 16:01:22 fn Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 27-Nov-2009 18:11:22 by m2html © 2005