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

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

[Octave-bug-tracker] [bug #34187] doc: fix typo in ndims doc string


From: Miguel V. S. Frasson
Subject: [Octave-bug-tracker] [bug #34187] doc: fix typo in ndims doc string
Date: Thu, 01 Sep 2011 13:16:22 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/11.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30

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

                 Summary: doc: fix typo in ndims doc string
                 Project: GNU Octave
            Submitted by: frasson
            Submitted on: Qui 01 Set 2011 15:16:21 CEST
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: frasson
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.2
        Operating System: Any

    _______________________________________________________

Details:

Hi

In the documentation of octave for the "for" statement, found in

http://www.gnu.org/software/octave/doc/interpreter/The-_003ccode_003efor_003c_002fcode_003e-Statement.html

the last example is 

a = [1,3;2,4]; b = cat(3, a, 2*a);
for i = c
  i
endfor

the second line should have b instead of c

for i = b





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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