From: Seb Biass on
Hello everyone,

I am currently building a GUI over a numerical model that was initially designed to run under Linux. However, I'd like to make my package as much as possible platform-independent, so I adopted the Cygwin option for Windows.

However, I didn't manage yet to find the way to send my script and my variables to be interpreted under Cygwin. The problem is that the model will be in a folder that will dynamically change with every different user. Also, different variables will be fed to the model by the user, so I need to pass them from the Matlab command.

I obviously tried the "unix" and the "system" command, but nothing works.

Could anyone give me some clues?
Sorry if it is not clear, tell me if I need to precise some points.

Thanks 1000x

Seb