octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45088] image package: rangefilt requires doma


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #45088] image package: rangefilt requires domain and image to have equa number of dimensions
Date: Wed, 13 May 2015 10:19:06 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #3, bug #45088 (project octave):


Oops, problem with the verbatim line.
(there should be an option to view the comment before submitting it)

The error message is from the line


    idx {k} = (even (k)+1):size (I, k);


even has size of 2, but k goes from 1 to 3.
It seeme that there is a confusion between the dimensions of
the domain matrix, and the dimensions of the image matrix.

The same problem (and the same solution?) in stdfilt.m


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45088>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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