MatArray Toolbox
  Go to function:
    Search    Help Desk 
table2grid    Examples   See Also

Goes from a linear form of the data, with each spot after the other, to a 2D from of the data, where the coordinates in the matrix correspond to the coordinates on the slide.

Syntax

Description

data is a vector with the values for each spot. shape gives the physical layout of the slide, in the form [ Rows Columns MetaRows MetaColumns ]. The resulting matrix res contains the spots arranged in a way similar to the one on the slide.

Examples

See Also

grid2table, normgeo



[ Previous | Help Desk | Next ]