help-octave
[Top][All Lists]
Advanced

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

Re: Easy Wavelet capability - got it right finally


From: John W. Eaton
Subject: Re: Easy Wavelet capability - got it right finally
Date: Tue, 12 Aug 2008 10:20:45 -0400

On 12-Aug-2008, Marc Normandin wrote:

| WavePath.m does a check for what kind of system you're running in order
| to decide whether to use / or \ to separate directory names in the path.
|  It looks like it doesn't recognize your system type because Octave is
| running through cygwin or something similar.
| 
| Could you run the following commands in Octave and report the results
| back?
| 
| 1. computer
| 2. isunix
| 3. ispc
| 
| With that information I should be able to make a quick fix to WavePath.m.

Wouldn't it be better to use the fullfile to concatenate filename
components instead of trying to determine the separator?  Using
fullfile should be portable to recent versions of both Octave and
Matlab and wouldn't depend the return value from any of these
functions.

jwe


reply via email to

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