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

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

[Octave-bug-tracker] [bug #38391] repmat do not accept more than 3 argum


From: John Hunt
Subject: [Octave-bug-tracker] [bug #38391] repmat do not accept more than 3 arguments
Date: Sat, 23 Feb 2013 20:42:35 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Firefox/17.0

URL:
  <http://savannah.gnu.org/bugs/?38391>

                 Summary: repmat do not accept more than 3 arguments
                 Project: GNU Octave
            Submitted by: huntj
            Submitted on: Sat 23 Feb 2013 08:42:33 PM GMT
                Category: Documentation
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: Any

    _______________________________________________________

Details:

contrary to the help of repmat advertising :

 -- Function File:  repmat (A, M, N, P, ...)

repmat does not accept more than 3 arguments :

octave:1> repmat(1:3, 2, 2, 2)
error: Invalid call to repmat.  Correct usage is:


Actually the repmat function has only 3 arguments

function x = repmat (A, m, n)


The attached patch removes the wrong advertising line.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 23 Feb 2013 08:42:33 PM GMT  Name: octave-3.6.4-repmat_help.patch 
Size: 592B   By: huntj

<http://savannah.gnu.org/bugs/download.php?file_id=27513>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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