<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><font color="#3333ff">Hi Amanda,<br>
      </font><br>
      Le 23/02/2017 à 12:59, Amanda Osvaldo a écrit :<br>
    </div>
    <blockquote cite="mid:1487851168.3832.11.camel@yahoo.es" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      .../...
      <div>(Save the environment)</div>
      <div><br>
      </div>
      <div>Yes, in the client I can do it.</div>
      <div>But how to do in the CLI in text mode?</div>
      <div>It's to automate many operations and to expand the work in
        text mode.</div>
    </blockquote>
    <br>
    <font color="#3333ff">You shall use:<br>
      <br>
      <tt>save mySessionFile</tt><tt><br>
      </tt><tt>load mySessionFile</tt><tt><br>
      </tt></font><br>
    <blockquote cite="mid:1487851168.3832.11.camel@yahoo.es" type="cite">
      <div><br>
      </div>
      <div>
        <blockquote type="cite" style="white-space: normal;">
          <div class="moz-cite-prefix">
            <blockquote type="cite">* Interaction with users</blockquote>
          </div>
        </blockquote>
      </div>
      <div><br>
      </div>
      <div>
        <div>Yes, including I have reported issues in bugzilla.</div>
        <div>But I don't know if a user takes more than 2 minutes to be
          able to report something, I believe he can desist.</div>
      </div>
    </blockquote>
    <br>
    <font color="#3333ff">The application has no function to guess or
      read users minds and post a report accordingly.<br>
      It has not yet any embedded A.I. to do so.<br>
    </font><br>
    <br>
    <blockquote cite="mid:1487851168.3832.11.camel@yahoo.es" type="cite">
      <div>
        <div>
          <blockquote type="cite" style="white-space: normal;">
            <div class="moz-cite-prefix">
              <blockquote type="cite">* % keyword as comment:</blockquote>
            </div>
          </blockquote>
        </div>
        <div><br>
        </div>
        <div>
          <div>The need it's simple.</div>
        </div>
      </div>
    </blockquote>
    <br>
    <font color="#3333ff">Simplicity is not necessarily relevance nor
      justification.<br>
    </font><br>
    <blockquote cite="mid:1487851168.3832.11.camel@yahoo.es" type="cite">
      <div>
        <div>
          <div>Not always a software can do everything.</div>
        </div>
      </div>
    </blockquote>
    <br>
    <font color="#3333ff">O wise words :)<br>
    </font><br>
    <blockquote cite="mid:1487851168.3832.11.camel@yahoo.es" type="cite">
      <div>
        <div>
          <div><br>
          </div>
          <div>So to improve the job sometimes it needs to switch to a
            software to other in differents steps of the job.</div>
          <div><br>
          </div>
          <div>Think about the differences in modules, hardware
            consumption, and cost.</div>
          <div><br>
          </div>
          <div>In common they always will have the same scripts.</div>
        </div>
      </div>
    </blockquote>
    <br>
    <font color="#3333ff">Obviously not. Other language, other scripts.<br>
    </font><br>
    <blockquote cite="mid:1487851168.3832.11.camel@yahoo.es" type="cite">
      <div>
        <div>
          <div>So better compatibility make this exchange smoother.</div>
          <div><br>
          </div>
          <div>For example:</div>
          <div>I can convert images to HDF5 with Octave.</div>
          <div>Run a personalized module in SciLAB</div>
          <div>Make the heavy job in a cluster with MatLAB.</div>
          <div>And Finish in SciLAB with the personalized module.</div>
        </div>
      </div>
    </blockquote>
    <br>
    <font color="#3333ff">But just, Matlab and Scilab are not
      compatible. Adding % comments would not make then compatible.<br>
      It is not a matter of more or less compatibility.<br>
    </font><br>
    <blockquote cite="mid:1487851168.3832.11.camel@yahoo.es" type="cite">
      <div>
        <div>
          <div>And no always what macro will run in each software it's
            clear. So it's necessary that the 3 share the same scripts.</div>
        </div>
      </div>
    </blockquote>
    <br>
    <font color="#3333ff">So, you wish to build a kind of computing
      esperanto.<br>
      Could you please give us a pointer to your wish certainly posted
      on Octave mailing list or bug tracker to support "//" as comment
      as well? Look at this Octave session:<br>
      <tt>>> // a comment</tt><tt><br>
      </tt><tt>parse error:</tt><tt><br>
      </tt><tt>  syntax error</tt><tt><br>
      </tt><tt>>>> // a comment</tt><tt><br>
      </tt><tt>    ^</tt><tt><br>
      </tt>What a shame! And a potential loose of manpower! Don't you
      think?<br>
      And try with "#" that is another symbol used for comments in other
      widespread languages.<br>
      The same! So bad is the world.</font><br>
    <br>
    <blockquote cite="mid:1487851168.3832.11.camel@yahoo.es" type="cite">
      <div>
        <blockquote type="cite" style="white-space: normal;">
          <div class="moz-cite-prefix">
            <blockquote type="cite">* Colors and arrays with names
              instead of numbers</blockquote>
          </div>
        </blockquote>
        <br>
      </div>
      <div>Is about to reduce the number of steps and gain productivity.
        Including for more complex selections.</div>
      <div><br>
      </div>
      <div>Using the %nan i need:</div>
      <div>1. to write the selection operation</div>
      <div>2. make a array copy </div>
      <div>3. put %nan in the selection</div>
      <div>4. display the array</div>
      <div>5. restore the original array</div>
      <div><br>
      </div>
      <div>It's 5 steps. :-O </div>
      <div>If the selection it's always the same so why do not reduce
        the visualization to a only single step ?</div>
      <div><br>
      </div>
      <div>Repeat this 100 times on the same day it's a nightmare.</div>
      <div><br>
      </div>
      <div>And more, the idea to put colors and words can be used to
        introduce sense in the numbers.</div>
      <div>A matrix may have not only one word, but many.</div>
      <div><br>
      </div>
      <div>For example: Normal, <font color="#000000">Caution</font>,
        Danger, Error.</div>
      <div>The colors can have the same meaning.</div>
      <div><br>
      </div>
      <div>I don't know If I'm being clear</div>
    </blockquote>
    <br>
    <font color="#3333ff">It was not very clear the first time i read
      (and reread) it, but now it's ok (likely). In:<br>
    </font>
    <meta http-equiv="content-type" content="text/html;
      charset=windows-1252">
    <p style="margin-bottom: 0cm; line-height: 100%"><font
        color="#3333ff">-->
        consoleSetProfile(“my-color-profile”);</font></p>
    <font color="#3333ff">--> disp(data)<br>
      1. 2. 20.<br>
      1. 2. 17.<span style="background: #ffff00"></span><span
        style="background: #ffff00"><br>
        7. 6. </span>18.
    </font>
    <p style="margin-bottom: 0cm; line-height: 100%"><font
        color="#3333ff">the most important is <tt>consoleSetProfile(“my-color-profile”);
        </tt>where the prerequisite is to have set your specifications
        (i guess).</font></p>
    <p style="margin-bottom: 0cm; line-height: 100%"><font
        color="#3333ff">Excepted for the colors, you can do this in
        Scilab by defining your own Disp() that will preprocess your
        input data before calling disp() or mprintf() to actually
        display them.<br>
      </font></p>
    <p style="margin-bottom: 0cm; line-height: 100%"><font
        color="#3333ff">About colors in the console, your skills and
        time are certainly welcome to process this report:<br>
        <a class="moz-txt-link-freetext" href="http://bugzilla.scilab.org/10142">http://bugzilla.scilab.org/10142</a><br>
      </font></p>
    <title></title>
    <meta name="generator" content="LibreOffice 5.1.5.2 (Windows)">
    <style type="text/css">
                @page { margin: 2cm }
                p { margin-bottom: 0.25cm; line-height: 120% }
                a:link { so-l</style><br>
    <blockquote cite="mid:1487851168.3832.11.camel@yahoo.es" type="cite">
      <div><br>
      </div>
      <div>
        <blockquote type="cite" style="white-space: normal;">
          <div class="moz-cite-prefix">
            <blockquote type="cite"><b>* Pool of formulas</b></blockquote>
          </div>
        </blockquote>
        <br>
      </div>
      <div>
        <div>It's a dilemma.</div>
        <div><br>
        </div>
        <div>It I have a good engineering team but they can not or do
          not know how to make a good SciLAB implementation, I will need
          another good team for the implementation.</div>
      </div>
    </blockquote>
    <br>
    <font color="#3333ff">Yah, in life, some things may be modular. In
      computing sciences too.<br>
    </font><br>
    <blockquote cite="mid:1487851168.3832.11.camel@yahoo.es" type="cite">
      <div>
        <div>And more, when the engineering team finished the work, they
          need to wait for the implementation team start and finish the
          implementation.</div>
        <div><br>
        </div>
        <div>It without say about the documentation.</div>
        <div><br>
        </div>
        <div>Why I need two teams to do the job if I can do all with one
          team and in less time?</div>
      </div>
    </blockquote>
    <br>
    <font color="#3333ff">Yes, why do we need two teams to do two jobs
      of complexities 1 & 1, while we would need one single team
      twice bigger to do a single job of complexity exp(1+1) in
      exp(1+1)^2 /(1+1) more time?<br>
      (i have no pointer to give about this patatheory, but i think it
      could be relevant to answer to your need.<br>
      BTW, it is an open and free one with no copyright, to relieve your
      budget).<br>
      <br>
    </font>
    <blockquote cite="mid:1487851168.3832.11.camel@yahoo.es" type="cite">
      <div>
        <div><br>
        </div>
        <div>It's a dilemma of how to reduce the financial cost for
          projects.</div>
      </div>
    </blockquote>
    <br>
    <font color="#3333ff">Not really. Just think about manpower
      sinkholes.<br>
      <br>
    </font>
    <blockquote cite="mid:1487851168.3832.11.camel@yahoo.es" type="cite">
      <div>
        <div>And MathML it's a answer. <img
            src="cid:part1.F2C8D67B.1B5C897F@free.fr" alt=":-D"></div>
      </div>
    </blockquote>
    <font color="#3333ff">Could you give more details? I do not see how
      it could be so. AFAIK, this language does not include any formal
      interpreter nor formal to numerical converter. Does it?<br>
      <br>
      Samuel<br>
    </font><br>
  </body>
</html>