Re: [Scilab-users] Read file (.txt)

2020-09-09 Thread Jan Åge Langeland
Hi Daniel I made my own csvread, it seems to read your file OK with exec('JcsvRead3.sce', -1); M=JcsvRead3('output.txt','   '); Brgds Jan On 2020-09-10 0:03 AM, Daniel Stringari wrote: Good evening everyone, I'm integrating scilab with other software, so I need to read an output file

Re: [Scilab-users] Read file (.txt)

2020-09-09 Thread antoine . elias
Hello Daniel, Do you have try with "evstr" function ? data = evstr(mgetl("output.txt")); Regards, Antoine ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

[Scilab-users] Read file (.txt)

2020-09-09 Thread Daniel Stringari
Good evening everyone, I'm integrating scilab with other software, so I need to read an output file (.txt), like the one attached (output). It is worth mentioning that this file does not always have the same dimensions (matrix), so I am trying to find something robust that can deal with this

[Scilab-users] How to correctly simulate sample and hold process?

2020-09-09 Thread Steve
Hello, I have been developing a simulation in Scilab/Xcos 5.5.2. The simulation basically consists of two main superblocks: a) /state space model of a dynamic system in the continuous time domain/ - block is based on the EXPRESSION blocks b) /discrete observer for the dynamic system from