Changeset 89 for trunk/src/cell2tab.m


Ignore:
Timestamp:
May 20, 2010, 1:48:25 AM (14 years ago)
Author:
sommeria
Message:

many bug corrections and cleaning. Activation of the BW option in uvmat. Improvement of the interaction of get_field with uvmat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cell2tab.m

    r19 r89  
    11%'cell2tab': transform a Matlab cell in a character array suitable for display in a table
     2%------------------------------------------------------------------------
     3% function Tabchar=cell2tab(Tabcell,separator)
     4%
     5% OUTPUT:
     6% Tabchar: character array suitable for table display
     7%
    28% INPUT:
    3 % Tabcell: (nx,ny) cell table, for nx lines
    4 % separator: character used for separating displayed columns
     9% Tabcell: (nx,ny) cell table, for nx lines separator: character used for separating displayed columns
     10
    511function Tabchar=cell2tab(Tabcell,separator)
    612Tabchar={};%default
Note: See TracChangeset for help on using the changeset viewer.