help-octave
[Top][All Lists]
Advanced

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

'pkg load ... pkg unload' inside function


From: Muhali
Subject: 'pkg load ... pkg unload' inside function
Date: Fri, 10 Dec 2010 12:00:14 -0800 (PST)

constructions like this:

function y = foo(x)
...
pkg load goo
...
pkg unload goo
...
endfunction

are probably quite time consuming, so is there an easier way to do this?

M
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/pkg-load-pkg-unload-inside-function-tp3082617p3082617.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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