Home > freetb4matlab > deprecated > com2str.m

com2str

PURPOSE ^

% This function has been deprecated. Use num2str instead.

SYNOPSIS ^

function retval = com2str (zz, flg)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} com2str (@var{zz}, @var{flg})
% This function has been deprecated.  Use num2str instead.
%
% Convert complex number to a string.
% @strong{Inputs}
% @table @var
% @item zz
% complex number
% @item flg
% format flag
% 0 (default):            -1, 0, 1,   1i,   1 + 0.5i
% 1 (for use with zpout): -1, 0, + 1, + 1i, + 1 + 0.5i
% @end table
% @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