-
It has not been updated for a long time! It's a very useful tool! Please do not abandon it!
2008-01-03 08:11:38 UTC by junziyang
-
Logged In: YES
user_id=241093
What are the places?.
2005-11-23 13:31:26 UTC by barrowes
-
hello tried matlab2fmex with matlab 6.1...
on 2 locations regexp & regexprep is used... on one
location an alternative code is available ( out
commented) on the oterh location not...
please fix... (or write is works on matlab greatrer 6.5)
thanks!
2005-08-16 12:39:02 UTC by nobody
-
Remove the "/fixed" from your mexopts.bat file and it will
work.
2005-06-16 17:07:28 UTC by nobody
-
I have the same problem !
2005-06-16 14:10:07 UTC by nobody
-
>> matlab2fmex('myfunc');
Converting --- myfunc.m ==> myfunc.f90 ==>
myfunc.mex
Original:
function z = myfunc(x)
temp1 = x .* 10 .* sin(x);
z = round(temp1);
putting decimal points etc. ....................... m finished
fixing bracketed assignments ...................... a
finished
fixing bracketed assignments II ................... t finished...
2005-03-23 18:53:13 UTC by nobody
-
This release update some bugs and how the converted code appears. Notable, no variable sizes have to be passed to the computational subroutine. Instead this is taken care of with assumed size arrays.
Ben.
2004-09-27 20:26:32 UTC by barrowes
-
Release 1.1 is a maintenance release with some bug fixes. It is also to let you know that I have not forgotten matlab2fmex.
2004-02-02 21:37:24 UTC by barrowes
-
Trying to use matlab3fmex with CVF6.6 and
MatlabR13...It can build the DLL file but when I try to run
it says that the MEX-file is invalid...what to do?.
2002-12-02 07:50:10 UTC by nobody
-
Trying to use matlab3fmex with CVF6.6 and MatlabR13...It
can build the DLL file but when I try to run it says that the
MEX-file is invalid...what to do?.
2002-12-02 07:48:15 UTC by nobody