mex
WCF: Automatically disable MEX from DEBUG to RELEASE builds in VS2010?
I have code that automatically disbles fault information from flowing to clients when a RELEASE build of our product in installed.I am wondering whether there is a clever way that we can also disable[详细]
2023-01-24 16:40 分类:问答There was no endpoint listening at <urlToMex> that could accept the message
I have a WCF-service running inside a windows service. There is an mex-endpoint at http://localhost/...[详细]
2023-01-19 16:21 分类:问答Force explicit variable declaration with gfortran
I am linking some fortran code (f90) from matlab using mex and I am having matlab freeze occasionally.[详细]
2023-01-13 11:06 分类:问答How do I diagnose why a .so file won't load when executing a .mex file in MATLAB?
I\'m trying to use a video library called VideoIO with MATLAB for a machine learning project. When I try to invoke the library in MATLAB, I get an error saying that it can\'t find libavutil.so.50, one[详细]
2023-01-09 23:43 分类:问答OpenCV, Matlab and STL containers
Many functions in the latest release of OpenCV require the use of STL containers. I run into problems when trying to use them in a Matlab MEX file. I am compiling the MEX files from within Matlab. Bot[详细]
2023-01-09 04:28 分类:问答processing files in 64 bit machine but developing in 32 bit machine
i am going to read a TDMS file in matlab using Mexfunction in C language in a 64 bit windows machine, but i will develop the app in 32 bit windows machine. i know in there is a difference between开发者[详细]
2023-01-04 21:02 分类:问答MATLAB Mex files
Is there a way to get the mex file for a built-in MATLAB m- file? If yes, how? If no, does that mean I have to write t开发者_如何学Che C code myself (oh nooo!!!)The Matlab built-in functions are close[详细]
2022-12-31 20:39 分类:问答How to create a string array in MATLAB?
I would like to pass a vector of strings from C++ to MATLAB. I have tried using the functions available such as mxCreateCharMat开发者_Python百科rixFromStrings, but it doesn\'t give me the correct beha[详细]
2022-12-31 02:21 分类:问答MEX-File to Output Pulse in a Loop to a DAQ-Board
i figured I must use a MEX-File to output Digital pulses in a loop (40 kHz) from Matlab to my DAQ-Board, I have some APIs from the DAQ-Board vendor, but I really dont know if they are useful.[详细]
2022-12-28 18:33 分类:问答MATLAB arbitrary code execution
I am writing an automatic grader program under linux.There are several graders written in MATLAB, so I want to tie them all together and let students run a program to do an assignment, and have them c[详细]
2022-12-23 09:10 分类:问答