<div dir="ltr"><p>A quick query.</p><p>Been a while since I have used Scilab now, but I need to read in a column data set and process this, and then write out the results as the input column plus the computed value.</p><p>
Have an array of the form:</p><p>1.0<br>2.0<br>3.0<br>.<br>.<br>.<br>.<br>.<br>value(n)</p><p>e.g.</p><p>read (input.txt) --> array(z) i.e. read all values in the file from 1 to n (end of file)</p><p>y=function * array(z)</p>
<div>write (output.txt)  --> write 2 column result (input value, computed value)</div><div> </div><div>Things have changed a bit in 5.5.0</div><p>Cheers</p><p>Lester</p></div>