PDF export crashes

Ronny Rooman ronny.rooman at base.be
Mon Mar 29 17:08:26 CEST 2010


Dear Support,

 

The included program creates a graphic that i want to use as pdf file.

When exporting the graphic window'2' as pdf scilab crashes.

I need to go to 'ctrl alt del' to end scilab.

Exporting as png or jpg works fine.

What can i do to get my pdf graphic?

The program and the debuginfo is included.

 

Regards,

Ronny Rooman

 

This is the program:

//problemprgrm

s=poly(0,'s');

z=poly(0,'z');

tsamp=0.005;

tdead=0.0;

frequentie=1.59;

delay=tdead/tsamp;

kp=100.0;tau1=1.0;tau2=1.0;

proces=syslin('c',kp/((1+s*tau1)*(1+s*tau2)));

procesz=tf2ss(ss2tf(dscr(tf2ss(proces),tsamp))*z^(-delay));

u=[0:tsamp:10];

sig=sin(2*%pi*frequentie*u);

y=dsimul(procesz,sig);

clf(2)

xset('window',2)

plot2d(u,sig,style=3,rect=[8,-1.1,10,1.1])

e=gce();

e.children(1).thickness=2;

plot2d(u,y,style=5,rect=[8,-1,10,1])

 

f=gcf();//fontsize van de assen bepalen

f.children.font_size=3;

e=gce();//dikte van de plotlijnen bepalen

e.children(1).thickness=2;

xgrid(2)//blauwe gridlijnen

 

 

Debug info:

        ___________________________________________        

                       scilab-5.2.1

 

                 Consortium Scilab (DIGITEO)

               Copyright (c) 1989-2010 (INRIA)

               Copyright (c) 1989-2007 (ENPC)

        ___________________________________________        

 

 

Startup execution:

  loading initial environment

 

-->getdebuginfo

 ans  =

 

!Memory in use:      60 %
!

!
!

!Total Physical Memory (Kbytes): 1048016
!

!
!

!Free Physical Memory (Kbytes):  409936
!

!
!

!Total Paging File (Kbytes): 2519128
!

!
!

!Free Paging File (Kbytes): 1929156
!

!
!

!Total Virtual Memory (Kbytes): 2097024
!

!
!

!Free Virtual Memory (Kbytes): 1586196
!

!
!

!Free Extended Memory (Kbytes):       0
!

!
!

!Operating System: Windows XP
!

!
!

!              Intel(R) Pentium(R) 4 CPU 3.00GHz
!

!
!

!Number of processors: 2
!

!
!

!Video card: RADEON X300/X550 Series
!

!
!

!Video card driver version: 8.191.0.0
!

!
!

!Screen size: 1024 x 768 32 bits
!

!
!

!Number of Monitors: 1
!

!
!

!Path: C:/Program
Files/scilab-5.2.1/bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WB
EM;C:\Program Files\Microso!

!     ft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual
Studio\Common\MSDev98\Bin;C:\Program Files\Mi!

!     crosoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual
Studio\VC98\bin                               !

!
!

!ComSpec: C:\WINDOWS\system32\cmd.exe
!

!
!

!TMP : C:\DOCUME~1\Ronny\LOCALS~1\Temp
!

!
!

!TEMP: C:\DOCUME~1\Ronny\LOCALS~1\Temp
!

!
!

!WSCI: C:\Program Files\scilab-5.2.1
!

!
!

!SCIHOME: C:\DOCUME~1\Ronny\APPLIC~1\Scilab\scilab-5.2.1
!

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20100329/eefbc2e3/attachment.htm>


More information about the users mailing list