Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Have problem when learn mex

3 visualizaciones (últimos 30 días)
Pham Ngoc Thanh
Pham Ngoc Thanh el 13 de Abr. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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

Respuestas (1)

James Tursa
James Tursa el 13 de Abr. de 2013
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 comentario
Pham Ngoc Thanh
Pham Ngoc Thanh el 18 de Abr. de 2013
thanks you very much, I can understand.

La pregunta está cerrada.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by