octave-maintainers
[Top][All Lists]
Advanced

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

strange behaviour on creating cell array with canonicalize_file_name()


From: Richard Crozier
Subject: strange behaviour on creating cell array with canonicalize_file_name()
Date: Tue, 22 Oct 2013 13:00:18 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.3.8)

I'm seeing the following behaviour on hg id ef5a12a487b9+ (classdef)

x = {canonicalize_file_name ('')}
error: Invalid call to canonicalize_file_name.  Correct usage is:

 -- Built-in Function: [CNAME, STATUS, MSG] = canonicalize_file_name
          (FNAME)


Additional help for built-in functions and operators is
available in the online version of the manual.  Use the command
'doc <topic>' to search the manual index.

Help and information about Octave is also available on the WWW
at http://www.octave.org and via the address@hidden
mailing list.
x = canonicalize_file_name ('')
x =

Is this expected/reproducible by others? Why can't the output of canonicalize_file_name be put in a cell?

Richard

--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.




reply via email to

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