Re: MEX interface + DAE solvers in Fortran + gnumex/cygwin/mingw

2006-07-02 Thread Reini Urban
James R. Phillips schrieb: Reini Urban wrote: But no simulink :( Hm, have you looked at scilab (http://www.scilab.org). It is a matlab clone _with_ a simulink clone (scicos). Unfortunately, while it is open source, it is non-free, so can't be linked with cygwin1.dll. _But_, they compile/dis

Re: MEX interface + DAE solvers in Fortran + gnumex/cygwin/mingw

2006-07-01 Thread James R. Phillips
Reini Urban wrote: >But no simulink :( Hm, have you looked at scilab (http://www.scilab.org). It is a matlab clone _with_ a simulink clone (scicos). Unfortunately, while it is open source, it is non-free, so can't be linked with cygwin1.dll. _But_, they compile/distribute their own windows nat

Re: MEX interface + DAE solvers in Fortran + gnumex/cygwin/mingw

2006-07-01 Thread Reini Urban
James R. Phillips schrieb: I receive the mailing list in digest form, so forgive the lack of threading on this reply. BTW, good to hear from a Rose-Hulman student (I am an alum). I think your basic problem is that you don't need cygwin _and_ mingw installed. You need one or the other, but not

MEX interface + DAE solvers in Fortran + gnumex/cygwin/mingw

2006-06-30 Thread Hannes Gruschinski
Hi, I try to make a DAE solver work for my problems using the mex interface between Fortran and MATLAB. That is, I installed gnumex, Cygwin, and Mingw according to http://gnumex.sourceforge.net/ and built the mex interface between fortran and MATLAB 6.5.1. It turns out that it successfully com