[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47936] stuck in command window
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #47936] stuck in command window |
Date: |
Mon, 16 May 2016 14:32:39 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0 |
URL:
<http://savannah.gnu.org/bugs/?47936>
Summary: stuck in command window
Project: GNU Octave
Submitted by: None
Submitted on: Mon 16 May 2016 02:32:36 PM UTC
Category: Performance
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name: Adam
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 4.0.2
Operating System: GNU/Linux
_______________________________________________________
Details:
After running the script below, the command window gets stuck. The only way I
can get out of it is by pressing ctrl-c twice to exit gnu octave and
restarting it again. Is there a work around this?
code:
j=1:3;
k=1:3;
n=3;
A=ones(n,n,n);
C(k,j,1)=A(k,j,1)+A(k,j,2);
C(k,j,1)
D(k,j,1)=sum(A,3);
D(k,j,1)
command window output:
ans =
2 2 2
2 2 2
2 2 2
ans =
3 3 3
3 3 3
3 3 3
lines 1-12/12 (END)
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47936>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #47936] stuck in command window,
anonymous <=