[Master Index] [Index for export/brede]

brede_ui_cel

(export/brede/brede_ui_cel.m)


Function Synopsis

varargout = updatePage(h, hg)

Help text

 brede_ui_cel         - UI for viewing a 'cel' structure

       function brede_ui_cel
       function brede_ui_cel(C)

       Input:  C    'Cel' structure 

       This function controls the window for editing and viewing a
       'cel' structure, - which contains a cell array. The 'celt'
       structure can either be setup by calling the function with an
       input argument, it can be read in from a comma-separated
       values (CSV) file.

       The cell array stored behind the graphical user interface can be 
       reached by the "Pop celt structure" command in the "view"
       menu. This menu command pops the variable to the
       workspace. Then write with the Matlab prompt: 
         >> C = ans
       The first element in the cell is now available as 
         >> C.cell{1,1}  

       Menu Commands: 
         File|Open Variable     - Read a 'cel' structure variable 
                                  from the workspace  
         File|Open CSV file     - Open a comma or semicolon separated
                                  file with numbers. 
         View|Pop Cel structure - Pop the 'cel' structure to the 
                                  command line

         Spawn menu items will open a new window with a new cell
 
         Spawn|Extract columns - Reduced cell. The columns in the
                                 popup window can be specified, e.g.,
                                 as:
                                      1:2 7 10:14
                                 The function brede_mat_subcell is
                                 used for the extraction of the
                                 columns. 
         Spawn|Extract rows    - Reduced cell 
         Spawn|Transpose       - Transpose array
 
       Example: 
         brede_ui_cel

       See also BREDE, BREDE_CEL, BREDE_READ, BREDE_CEL_SUBCELL,
                BREDE_CEL_TRANSPOSE, BREDE_READ_ANALYZE4D, 
                BREDE_READ_CSV2CEL, BREDE_READ_SPM_MAT,
                BREDE_READ_SPM_SN_AFFINE, BREDE_READ_TXTTABLE,
                BREDE_READ_VOLUMES, BREDE_WRITE_MAT2CSV,
                BREDE_WRITE_XML.   

 $Id: brede_ui_cel.m,v 1.2 2008/06/12 17:33:50 fn Exp $

Cross-Reference Information

This function calls
This function is called by

Produced by mat2html on Fri Jun 20 17:43:05 2008
Cross-Directory links are: OFF