help-octave
[Top][All Lists]
Advanced

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

Re: How to actually change octave's LOADPATH?


From: etienne
Subject: Re: How to actually change octave's LOADPATH?
Date: Sun, 8 Apr 2007 10:49:03 -0700 (PDT)
User-agent: SquirrelMail/1.4.9a

  Hi Juan,

iirc, w/ 2.1.73, any of the following should work:

  LOADPATH = [LOADPATH,":/cygdrive/D/Quantum-Octave//"];

or
  ## Don't forget the "\" (or "...") at the end of the line
  LOADPATH = [LOADPATH,\
              ":/cygdrive/D/Quantum-Octave//"];

If it doesn't could it be a "/" (unix) vs "\" (dos) issue?

  Hth,

  Etienne

On Sun, April 8, 2007 6:03 am, Juan Florentino wrote:
# Greetings,
#
# This is kind of a newbie question: I am using Octave 2.1.73 from within
# cygwin (I am using windows xp service pack 2). I would like to point to a
# directory different than the one in which octave is stored to use my own
# functions.
# I read in several places that I "just" need to add a  line to the octaverc
# file but I have tried several things but am still unable to call any
# functions.
#
# this is the default directory:
#
# C:\cygwin\usr\share\octave\2.1.73\m
#
# and this is the extra directory I would like to point to:
#
# D:\Quantum-Octave
#
# This is what I tried among others in octaverc but it did not work:
#
# LOADPATH = [LOADPATH,
# ":/cygdrive/D/Quantum-Octave//"];
#
# I would greatly appreciate any help to find the solution,
# Juan
# _______________________________________________
# Help-octave mailing list
# address@hidden
# https://www.cae.wisc.edu/mailman/listinfo/help-octave
#


-- 
http://www.isr.ist.utl.pt/~etienne



reply via email to

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