<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Arial">Hello,<br>
      <br>
      I wanted to test a modification in extractions from structures.<br>
      First, i added a pause (or</font><span
      style="color:rgb(50,185,185);"> disp</span><span
      style="color:rgb(74,85,219);">(</span><span
      style="color:rgb(188,143,143);">"</span><span
      style="color:rgb(188,143,143);">%st_e called</span><span
      style="color:rgb(188,143,143);">"</span><span
      style="color:rgb(74,85,219);">) ) </span><font face="Arial">just
      after the function s = %st_e(varargin) prototype in order to test
      whether %st_e() is actually called.<br>
      But it does nothing. The pause is not met! %st_e() looks no longer
      to be called and used for structure extraction.<br>
      Am i missing anything, or do you confirm that? <br>
      <br>
      edit("%st_e",2)<br>
      // add pause in line#2 and save and exec <br>
      s.t = "hello";<br>
      s.t  // => no pause<br>
      <br>
      Samuel<br>
      <br>
    </font>
  </body>
</html>