help-octave
[Top][All Lists]
Advanced

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

error when using mkstemp


From: Aditya Bhagwat
Subject: error when using mkstemp
Date: Fri, 23 Oct 2009 15:54:44 +0200
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Dear all,

I am using octave version 3.2.3, (compiled on Ubuntu 9.04), in an inferior octave process from within Emacs 23.1 (also compiled on Ubuntu 9.04).

For some reason, I can't get the function 'mkstemp' working properly. When I enter following command:

       [fid, name, msg] = mkstemp('outputxxxxxx', 1)
This is the error message I get:

       octave> [fid,name,msg] = mkstemp('outputxxxxxx', 1)
       fid = -1
       name =
       msg = Invalid argument



reply via email to

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