Gnuradio Octave interoperability

I have found a slightly outdated wiki page for setting up easy
interoperability between Gnuradio and Octave. The wiki page (
http://gnuradio.org/redmine/projects/gnuradio/wiki/Octave#Installing)
has
an outdated path structure and
“addpath(”/home/username/gnuradio/gnuradio-core/src/utils/“)”
should read as “addpath(”/home/username/gnuradio/gr-utils/octave")".
Also
to note, when this is done, upon starting Octave the following two
warning
messages are displayed. I’m not sure if this is an issue or not.

warning: function
/home/michael/Devel/build/gnuradio/gr-utils/octave/cool.m
shadows a core library function
warning: function
/home/michael/Devel/build/gnuradio/gr-utils/octave/rainbow.m shadows a
core
library function

Michael B.

On 01/16/2014 08:51 PM, Michael B. wrote:

I have found a slightly outdated wiki page for setting up easy
interoperability between Gnuradio and Octave. The wiki page
(http://gnuradio.org/redmine/projects/gnuradio/wiki/Octave#Installing)
has an outdated path structure and
“addpath(”/home/username/gnuradio/gnuradio-core/src/utils/“)” should
read as “addpath(”/home/username/gnuradio/gr-utils/octave")". Also to

Thanks Michael,

I fixed it on the wiki page. Do you have an account on the wiki?

note, when this is done, upon starting Octave the following two warning
messages are displayed. I’m not sure if this is an issue or not.

It might, but nothing massive. These define colour maps. If octave
defines the same maps, we might be able to scrap those files.

MB

Martin,

No, I do not have a Wiki account.

Michael

On 01/16/2014 10:49 PM, Michael B. wrote:

Martin,

No, I do not have a Wiki account.

I’d like to remind everyone that the gnuradio.org wiki can be written by
anyone, but you must create an account (for spam reasons).
Sometimes it’s just as easy to fix the wiki as to write to the list,
where someone else has to fix the wiki page.

Not to make this sound like criticism – I’m very happy that you checked
this wiki page and pointed out the error!

Martin