From help-request at octave dot org Wed Jan 11 12:42:11 2006 Subject: Re: function file question and plot using polar coordinates From: =?ISO-8859-1?Q?S=F8ren?= Hauberg To: "Tetsuji \"Maverick\" Rai" Cc: help at octave dot org Date: Wed, 11 Jan 2006 19:40:57 +0100 tor, 12 01 2006 kl. 03:30 +0900, skrev Tetsuji "Maverick" Rai: > #1. I am trying to write a function file, but octave complains loading > the function file; e.g. I made a file of sombrero2(n) like (just copied > "type sombrero") > - ----------sombrero2.oct-------------- [snip] You should call the function sombrero2.m (that is the file should have a .m prefix). .oct is for compiled functions. /Søren ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------