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

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

[Octave-bug-tracker] [bug #64139] fileread doesn't support 'encoding' ar


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #64139] fileread doesn't support 'encoding' argument
Date: Thu, 4 May 2023 08:58:03 -0400 (EDT)

Follow-up Comment #6, bug #64139 (project octave):

Although Octave does not yet support the


fcn (..., Keyword = value)


syntax in the way that Matlab does now, I believe it is equivalent to


fcn (..., "Keyword", value)


so either should work in Matlab and internally, the function sees "Keyword",
value pairs so handling that in the fileread function is all you should need
to do.

See also https://octave.discourse.group/t/arguments-block-implementation/4415
and
https://octave.discourse.group/t/deprecate-assignment-as-an-expression/1148


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64139>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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