help-octave
[Top][All Lists]
Advanced

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

Re: 'pkg load ... pkg unload' inside function


From: Jordi Gutiérrez Hermoso
Subject: Re: 'pkg load ... pkg unload' inside function
Date: Fri, 10 Dec 2010 14:24:54 -0600

On 10 December 2010 14:00, Muhali <address@hidden> wrote:
>
> constructions like this:
>
> function y = foo(x)
> ...
> pkg load goo
> ...
> pkg unload goo
> ...
> endfunction
>
> are probably quite time consuming,

Probably? Can you confirm with tic,toc?

> so is there an easier way to do this?

Do what, load and unload packages? Other than loading and unloading
them? I don't understand your question... can you please explain more?

- Jordi G. H.


reply via email to

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