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

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

[Octave-patch-tracker] [patch #8014] gray2ind.m - Enable handling of ND


From: Adam H Aitkenhead
Subject: [Octave-patch-tracker] [patch #8014] gray2ind.m - Enable handling of ND images
Date: Mon, 21 Oct 2013 09:01:17 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36

Follow-up Comment #2, patch #8014 (project octave):

Yes.  A Matlab example is below (using R2010a).

>> A = gray2ind(rand(2,2,2,2))
A(:,:,1,1) =
   40    4
    2   20
A(:,:,2,1) =
   33   26
   41   52
A(:,:,1,2) =
   45   33
   61   20
A(:,:,2,2) =
    7   49
   38   27

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8014>

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




reply via email to

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