help-octave
[Top][All Lists]
Advanced

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

Re: New function not callable - how to refresh?


From: John W. Eaton
Subject: Re: New function not callable - how to refresh?
Date: Tue, 31 Aug 2010 11:35:48 -0400

On 31-Aug-2010, jacques.beilin wrote:

| I made two installations on 2 computers , one with oct2mat and the second
| without. On the first one I had  to apply the command described in the wiki (
| pkg rebuild -noauto oct2mat). After running this command, the plot function
| could run correctly.

OK.  When you are using Octave, you should not have the functions from
the oct2mat package that override functions already provided by Octave.

| Here is a capture of the terminal (form QtOctave but I had the same behaviour
| with Octave) :
| 
| Starting Octave...
| GNU Octave, version 3.2.4
| 
| Copyright (C) 2009 John W. Eaton and others.
| 
| This is free software; see the source code for copying conditions.
| 
| There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
| 
| FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'.
| 
| Octave was configured for "i686-pc-mingw32".
| 
| Additional information about Octave is available at http://www.octave.org.
| 
| Please contribute if you find this software useful.
| 
| For more information, visit http://www.octave.org/help-wanted.html
| 
| Report bugs to <address@hidden> (but first, please read
| 
| http://www.octave.org/bugs.html to learn how to write a helpful report).
| 
| For information about changes from previous versions, type `news'.
| 
| warning: mark_as_command is obsolete and will be removed from a future version
| 
| of Octave
| 
| >>> test_codeCA
| 
| warning: implicit conversion from matrix to string
| 
| >>> cd "E:/Octave/gnss/CA_code"
| 
| >>> cd "E:/Octave/gnss"
| 
| >>> cd "E:/Octave/gnss/GPS_a_la_main"
| 
| >>> cd "E:/Octave/gnss/GPS_a_la_main/GPSPTISO"
| 
| >>> cd "E:/Octave/gnss/GPS_a_la_main/GPSPTISO/gps_a_la_main_20100218"
| 
| >>> dir
| 
| . donnees_GPS_a_la_main.txt
| 
| .. gps_ptiso_52.m
| 
| Calc_relat_corr.m gps_ptiso_52.m~
| 
| GPS_a_la_main.pdf klobuchar.m
| 
| Iono_bifrequence.m message_nav.m
| 
| PosSatGPS.m rot.m
| 
| Position_approx.m test_trilat.m
| 
| Position_approx.m~ trilat.m
| 
| cartgeo.m trilat.m~
| 
| cartgeo_WGS84.m
| 
| >>> gps_ptiso_52
| 
| >>>error: `gps_ptiso_52' undefined near line 19 column 1
| 
| The first script (test_codeCA) ran correctly but afterward I could not run
| gps_ptiso_52 (which works normally).
| 
| I do not have the same behavior with Octave 3.0 under windows nor with Octave
| 3.2.4 under Linux.

Are the above results without oct2mat loaded or installed?

What is in the gps_ptiso_52 file?

Does it work if you do

  source ("gps_ptiso_52.m")

?

jwe


reply via email to

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