bugGNU Octave - Bugs: bug #46762, slow display in command window

 
 

bug #46762: slow display in command window

Submitter:  None
Submitted:  Sun 27 Dec 2015 01:06:41 PM UTC
   
 
Category:  GUI Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Performance
Status:  Duplicate Assigned to:  None
Originator Name:  silver Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.0.0
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 29 Dec 2015 08:00:48 PM UTC, comment #2: 

Sorry, I didn't know that it was reported.

Anyway, is there any solution to that problem ?




Anonymous
Sun 27 Dec 2015 01:59:05 PM UTC, comment #1: 

Thank you for the bug report.
Actually this is a duplicate of bug #45532.

Torsten Lilge <ttl>
Group Member
Sun 27 Dec 2015 01:06:41 PM UTC, original submission:  

Hello,

The problem is that when executing a selection from the editor, it will be shown slowly in the command window.

For example, this code has taken around 5 s, however, with Scilab, it took around 0.1 s

a=[1,5,6]
b=[0,-1,1]
x=[]
y=[]
z=[]
for i=1:3
x(i)=a(i)+i*b(i)^i
y(i)=x(i)+i*a(i)
z(i)=x(i)*y(i)
end
h1=100
h2=20
cp=1
m=0.5
Q1=m*cp*(h1-h2)
h3=250
h4=600
cp=1
m2=0.8
Q2=m2*cp*(h4-h3)
h5=150
h6=200
cp=1
m3=0.8
Q3=m3*cp*(h6-h5)

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ttl (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-12-27 ttl StatusNone Duplicate
        Open/ClosedOpen Closed
    2015-12-27 ttl Dependencies- Depends on bugs #45532

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code