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

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

[Octave-bug-tracker] [bug #42346] netcdf: fprintf usage in ncdisp (see a


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #42346] netcdf: fprintf usage in ncdisp (see also bug #42345)
Date: Tue, 13 May 2014 15:57:51 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0

Update of bug #42346 (project octave):

              Item Group:                    None => Incorrect Result       

    _______________________________________________________

Follow-up Comment #1:

Thanks for reporting based on my comment, appreciate it. I'm adding the netcdf
maintainer to the cc list on this bug report.

If Matlab compatibility is not needed, puts is better than a printf function
when you aren't using any conversion strings.

If the maintainer wishes the netcdf package to stay Matlab compatible, just
use


fprintf('%s', foo);


instead, since I don't think puts works in Matlab.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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