Home > freetb4matlab > fixed > float.m

float

PURPOSE ^

% Converts a fixed point object to the equivalent floating point object. This

SYNOPSIS ^

function y = float (x)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{y} =} float (@var{x})
% Converts a fixed point object to the equivalent floating point object. This
% is equivalent to @code{@var{x}.x} if @code{isfixed(@var{x})} returns true,
% and returns @var{x} otherwise.
% @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