Hello Samuel,<br>  Understood. Thanks for the assistance. I will make the modification and let you know.<br>BR,<br>Sumit<br><br><div class="gmail_quote">On Mon, Jul 27, 2009 at 1:39 PM, Samuel GOUGEON <span dir="ltr"><<a href="mailto:Samuel.Gougeon@univ-lemans.fr">Samuel.Gougeon@univ-lemans.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br>
----- Message d'origine -----<br>
De : Sumit Adhikari<br>
Date : 27/07/2009 05:43:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
Hello All,<br>
  Following is a script in which I am suffering from speed problem. Also if I do little further I get stacksize problem (the problem I am facing from<br>
  last several years with scilab). Is it possible to do something with this script ? What experts has to say ?<br>
<br>
<br>
printf("\n ---------------------------------- \n");<br>
printf(" Calculating Frequency Response \n");<br>
printf(" ---------------------------------- \n\n");<br>
clear all ;<br></div>
.../...<br>
</blockquote>
Scilab proposes a set a profiling functions assessing, displaying and plotting<br>
for each line of a function the number of times the line is executed, the CPU<br>
time spent for executing it, the difficulty for interpreting it.<br>
May you see /profile()/, showprofile() and plotprofile() in the help.<br>
As these functions may be used only for functions -- not for scripts --, you<br>
would first have to turn your script into a function.<br>
<br>
HTH,<br>
Regards<br><font color="#888888">
Samuel<br>
<br>
</font></blockquote></div><br>