Hi Dr. Fang
I am getting this error when I try to compile mexFunction from MCX in Visual Studio. I just wanted to run it past you before I make any changes since you are much more intimate with the code.
--
You received this message because you are subscribed to the Google Groups "mcx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mcx-users+...@googlegroups.com.
To post to this group, send email to mcx-...@googlegroups.com.
Visit this group at https://groups.google.com/group/mcx-users.
For more options, visit https://groups.google.com/d/optout.
Aha I am having another problem now!
Error 1 error C2664: 'mxArray *mxCreateNumericArray_730(size_t,const size_t *,mxClassID,mxComplexity)' : cannot convert argument 2 from 'int [4]' to 'const size_t *' c:\users\tub08918\google drive\patil lab\alexsfolderpleasevisitme\ramanmontecarlo\mcx-master\mcx-master\src\mcxlab.cpp 228 1 mcx
Which I think is due to the fact that my architecture is using mxCreateNumericArray_730 whereas you seem to be using mxCreateNumericArray_700, which uses the inputs yu put in but fails in my version. Any quick work arounds?
Hi Dr. Fang
I got it working! Thanks for the help!
Sure! I will provide a package after I cleaned up my code. Where should I post it?