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

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

[Octave-bug-tracker] [bug #42404] CLI In Octave-gui unresponsive


From: anonymous
Subject: [Octave-bug-tracker] [bug #42404] CLI In Octave-gui unresponsive
Date: Thu, 22 May 2014 12:32:20 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14

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

                 Summary: CLI In Octave-gui unresponsive
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 22 May 2014 12:32:19 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Performance
                  Status: None
             Assigned to: None
         Originator Name: Peter Walker
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.0
        Operating System: Mac OS

    _______________________________________________________

Details:

After I incorrectly forgot to specify the second index (second index dimension
501) of the matrix rw5m1(100000,501), I got the following warning. After this,
I could type into the command line box but nothing would happen. I left the
machine on over night thinking it might complete whatever operation it was
doing, but had to finally force quit.

>>  plot(time(1:22500),medmean_rw5m1(1:22500)-rw5m1(1:22500))
warning: operator -: automatic broadcasting operation applied

The correct line would be:

plot(time(1:22500),medmean_rw5m1(1:22500)-rw5m1(1:22500),2)




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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