[Scilab-users] Accidentally displaying huge matrices

Tim Wescott tim at wescottdesign.com
Thu May 21 17:48:37 CEST 2015


If you're working with something humongous and you do some operation
that displays, it takes forever before your mistake is done displaying.

E.g., if x is 100000 elements long and you type

y = exp(x)

instead of 

y = exp(x);

So I have two questions:

First, is there a way to get it to stop?  ctrl-C does not do the job.

Second, if not, could someone file an enhancement request, or remind me
how to do it?

TIA

-- 

Tim Wescott
www.wescottdesign.com
Control & Communications systems, circuit & software design.
Phone: 503.631.7815
Cell:  503.349.8432





More information about the users mailing list