help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

vectorizing fprintf?


From: Goebel, Juergen
Subject: vectorizing fprintf?
Date: Wed, 23 Jul 2008 08:47:17 +0200

Hi,

Is it possible to vectorize the printf-command like

  fprintf (fid, "\n(%6.3f,%6.3f)", (1:n) / N, real (e(1:n)))

without 'looping'?  Using the above mentioned command
results in printing (1:n) / N first and afterwards real(e(1:n))
instead of 'pairing' the data, which is what I was afraid of
(and expected).  Google couldn't help me this time.

Regards,

Jürgen


reply via email to

[Prev in Thread] Current Thread [Next in Thread]