필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Further to the question relating to "article 4669 - solution 1-D5W493"

조회 수: 1 (최근 30일)
itai
itai 2013년 12월 4일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi,
I need to convert matlab files to DLL files, and i saw your answer regarding to "article 4669 - solution 1-D5W493". From what i understand i need to download the visual stodio 2010 compiler. I did download the file you attach (it's called "VS2010MEXSupport") but i don't understand the unzip command that i need to write at the "command windoow". please help me. my mail is: itaikadosh@gmail.com
thank you

답변 (2개)

Andreas Goser
Andreas Goser 2013년 12월 4일
You mean:
4. Unzip the contents of the patch into your MATLAB installation using the following command on the MATLAB command window: unzip( path_to_zip_file, matlabroot);
Command Window should be clear. "unzip" is a MATLAB comand. "path_to_zip_file" also seems obvious. "matlabroot" is the path to the root directly MATLAB is installed and is also a MATLAB command.
  댓글 수: 4
itai
itai 2013년 12월 5일
thank you, i managed to make the definition of compiler but how can i do the converting to DLL files? i saw in the internet that i need to write the command "coder". I tried to write this command but got an error message "Undefinded function or variable "coder"". please help me.
thank you...
Andreas Goser
Andreas Goser 2013년 12월 5일
"coder" belongs to the product MATLAB Coder that is seemingly not installed for you. But for the workflow in article 4669 you do not need it. The use of the term DLL is also confusing here, has historically MEX file were also DLL. Probably best is that you contact MathWorks or your local reseller office in order to discuss the application your are planning.

Tu
Tu 2013년 12월 23일
Hi sir, My computer OS is window 8 and Matlab version is R2010a, does it work?
I setup mex, but can't find any compiler. I installed visual c++ 2010 Redistributable or visual c++ 2012 Redistributable, they both doesn't work.
I saw “How can I use Microsoft Visual C++ 2010 to create MEX files with MATLAB 7.10 (R2010a)?” Please send me the patch attached.
How should I do? Please give me a feedback, thank you.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by