Discussion:
Scilab Intefacing with C#
(too old to reply)
Vellay
2003-10-06 07:16:15 UTC
Permalink
Hi
I have the source code for an algorithm in .sci format. I would like
to call and execute this .sci file from a C# class and get the results
that I want. How do I do this? Any samples will be greatly
appreciated.

I am developing the C# project in Visual Studio .Net IDE.
Thank you,
Vellay.
c***@gmail.com
2018-03-08 09:02:47 UTC
Permalink
Post by Vellay
Hi
I have the source code for an algorithm in .sci format. I would like
to call and execute this .sci file from a C# class and get the results
that I want. How do I do this? Any samples will be greatly
appreciated.
I am developing the C# project in Visual Studio .Net IDE.
Thank you,
Vellay.
Hey Vellay,

Did you solve this problem?
I also need to only open and executed a scilab code from C#. The problem is that i only open, but she don't automatically executed. I used the command Process.Start in C#.
Could you tell me, please, if you know?
Regards

Loading...