octave-maintainers
[Top][All Lists]
Advanced

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

Re: Crash repeatedly of Octave 4.4.0 on Win7


From: Michel
Subject: Re: Crash repeatedly of Octave 4.4.0 on Win7
Date: Fri, 29 Jun 2018 02:35:52 -0700 (MST)

Some news about issue.
I inserted some temps that apparently preserve for crashing.
I simplified the pgm.
function a = toto;
%
disp('toto')
clear
close all
load Sig
pause (2)
SurechanT = "no";%"ye";
if SurechanT == "ye"
  Sch = interp(S,5);
  S = Sch(1:size(Sch,2)/5);
endif
CORRECTOR_D_ERROR = "B input";
pause(1)
ERROR_D_L_A = "P input";
pause(1)
[Pww,W] = periodogram(S); figure(1),plot(W/pi,10*log10(Pww),"-b"),grid
endfunction

What I get, something of crazy!
figure is OK  
but 
The working space:
A    double  Why is this variable not cleared!!!
CORRECTEUR_D_ERROR char  ??? This is an old variable
S double that seems OK
W double that seems OK
Where is 
SurechanT?
CORRECTOR_D_ERROR?
ERROR_D_L_A?

Something dramatically fails with Octave.  

A+  Michel





--
Sent from: http://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html



reply via email to

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