Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: sprintf transfer function
Date: Sun, 8 Nov 2009 20:01:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 9
Message-ID: <hd781u$57a$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257710462 5354 172.30.248.35 (8 Nov 2009 20:01:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 8 Nov 2009 20:01:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 2028979
Xref: news.mathworks.com comp.soft-sys.matlab:583398


please help in printing the transfer function 

x = 2
y = 4
z = x*y

now need to sprintf to display tf of z

how do i write it?