octave-maintainers
[Top][All Lists]
Advanced

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

Re: educate after "pkg install"


From: Carnë Draug
Subject: Re: educate after "pkg install"
Date: Tue, 17 Mar 2015 01:34:06 +0000

On 17 March 2015 at 00:05, Colin Macdonald <address@hidden> wrote:
> On 16/03/15 22:02, Carnë Draug wrote:
>> Those lists are what the Matlab toolboxes with the same name provide.
>> If you call one of those functions, it tells you to load the package.
>> If the package is already loaded it tells you that the function has not
>> yet been implemented.
>
> Right.  But how did *you* generate the list?  Did you look through
> mathworks documentation and drop methods which are implemented for doubles?
>

I wrote a script some years ago that generates this list automatically
(patch [1] and attachment [2]).  You just need to add 'symbolic' to
line #26:

  my @toolboxes = qw(control comm finance images signal stats optim);

For the specific case of symbolic, I then had to manually remove the
ones that looked like overloaded sym methods.

Carnë

[1] https://savannah.gnu.org/patch/?8190
[2] https://savannah.gnu.org/patch/download.php?file_id=29257



reply via email to

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