From help-octave-request at bevo dot che dot wisc dot edu Fri Jan 31 10:06:16 2003 Subject: Re: passing values to function From: Paolo Ariano To: Heber Farnsworth Cc: help-octave at bevo dot che dot wisc dot edu Date: Fri, 31 Jan 2003 09:28:27 -0600 Il mar, 2003-01-28 alle 17:33, Heber Farnsworth ha scritto: > If I understand your problem correctly then the best way to solve it is > to define a global variable A and write you function as sorry but i don't understand, i was reading also the octave manual but how to pass a global variable to a function: here i define a global varable A: svx = (std(mat(3,:)))^2; svy = (std(mat(4,:)))^2; global A=(sqrt((svx+svy)/2)) here i define the function and i try to pass the global variable A to this function but probably there is a big mistake: function y = f (x,A) y =(x/A**2)*exp(-x**2/(2*A**2)) ; endfunction but nothing. :( thanks a lot paolo -- Paolo Ariano Neuroscience PhD Student DBAU & INFM Turin (Italy) Meglio un professore povero che un asino ricco -- Meo _____________________________________________________________________ For your security, this mail has been scanned and protected by Inflex ------------------------------------------------------------- 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 -------------------------------------------------------------