Info
此问题已关闭。 请重新打开它进行编辑或回答。
Have problem when learn mex
1 次查看(过去 30 天)
显示 更早的评论
I'm learning Mex funtion, but when i excute an example mex yprime.c have error: C:\PROGRA~1\MATLAB\R2011B\BIN\MEX.PL: Error: 'yprime.c' not found.
Error using mex (line 206) Unable to complete successfully. Please help me thanks
0 个评论
回答(1 个)
James Tursa
2013-4-13
The file yprime.c needs to be in your current directory if you don't use the full pathname. So copy the file yprime.c from the MATLAB directory it is located in to your current working directory. It can be found in:
[matlabroot '\extern\examples\mex\yprime.c']
Once you have done this, you can type the command:
mex yprime.c
1 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!