help-octave
[Top][All Lists]
Advanced

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

genpath is not compatible with matlab


From: Peng Yu
Subject: genpath is not compatible with matlab
Date: Sun, 2 Jun 2013 09:32:40 -0500

Hi,

The following shows that genpath show '+' as well. But this is not the
same as matlab. Should this be made compatible with matlab?

~/linux/test/octave/octave/lang/function/genpath$ tree.sh
.
├── +/
├── @/
├── README.mkd
├── a/
├── main.m*
└── private/

4 directories, 2 files
~/linux/test/octave/octave/lang/function/genpath$ cat main.m
#!/usr/bin/env octave -q

genpath('.')

~/linux/test/octave/octave/lang/function/genpath$ ./main.m
ans = .:./+:./a

-- 
Regards,
Peng


reply via email to

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