octave-maintainers
[Top][All Lists]
Advanced

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

equivalent of fullfile (of matlab) in octave.


From: Kharidehal Lakshmi A
Subject: equivalent of fullfile (of matlab) in octave.
Date: Mon, 18 Oct 1999 13:12:19 -0500 (CDT)

hi,
 I have a problem in converting an octave equivalent code of matlab program.
 In this program , I have to add a path in the program to get another function 
in the same directory.In matlab it is written as
 curdir=pwd;
addpath(fullfile(curdir,'..','Base')); 
addpath(fullfile(curdir,'..','Tools')); 

Could you please tell me what is the Matlab Equivalent of this addpath or 
fullfile.

Thank You.
Lakshmi


 



reply via email to

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