octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #39735] printf with empty arguments is inconsi


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39735] printf with empty arguments is inconsistent with Matlab
Date: Mon, 26 Aug 2013 19:45:23 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36

Follow-up Comment #2, bug #39735 (project octave):

Jordi,

I can confirm Matlab behaves as you indicated.


>> fprintf('a %d b\n',ones(0,1))
a  b
>> sprintf('a %d b\n',ones(0,1))

ans =

a  b


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39735>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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