Home > freetb4matlab > comm > vec2mat.m

vec2mat

PURPOSE ^

%

SYNOPSIS ^

function [M, d] = vec2mat (V, c, val)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{m} = } vec2mat (@var{v}, @var{c})
% @deftypefnx {Function File} {@var{m} = } vec2mat (@var{v}, @var{c}, @var{d})
% @deftypefnx {Function File} {[@var{m}, @var{add}] = } vec2mat (@dots{})
%
% Converts the vector @var{v} into a @var{c} column matrix with row priority
% arrangement and with the final column padded with the value @var{d} to the
% correct length. By default @var{d} is 0. The amount of padding added to
% the matrix is returned in @var{add}.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003