repcols.m

From Spinach Documentation Wiki
Jump to: navigation, search

Replicates specified columns of a matrix or cell array a specified number of times.

Syntax

               B=repcols(A,col_nums,rep_counts)

Parameters

      A          - a numeric matrix or a cell array
      col_nums   - vector of column indices to replicate
      rep_counts - vector of positive integers specifying
                   how many copies of each column to make

Outputs

      B          - same type as A

Examples

See examples in the Spinach distribution relevant to this function.

Notes

This page was generated from the function header in the Spinach repository.

See also

reprows.m, prune_subgraphs.m, unihash.m, min_int_type.m, which_subst.m, autoexec.m, bos_product_table.m, fft_freq_axis.m, fwhm2rlx.m, icm2hz.m, ifft_time_axis.m, intrep.m, istraceless.m, kq2lin.m, kronm.m, lcurve.m, lin2kq.m, redfield_integral_async.m, redfield_integral_serial.m, serpentine.m, st_product_table.m, tikhol1n.m, xyz2hfc.m, Kernel_utilities

Version 2.11, authors: Ilya Kuprov