[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Do I need to include octave-image in Octave script?
From: |
c. |
Subject: |
Re: Do I need to include octave-image in Octave script? |
Date: |
Wed, 6 Feb 2013 15:54:16 +0100 |
On 6 Feb 2013, at 15:26, satyam_m <address@hidden> wrote:
> So what's the problem, Do i need to include octave-image in Octave?
You need to load the package before you use it:
>> pkg load image
>> pkg list
if the image package appears in the list with a "*" beside its name then it is
correctly loaded.
c.