필터 지우기
필터 지우기

Info

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

change file in c language to matlab

조회 수: 2 (최근 30일)
simira atraqi
simira atraqi 2011년 5월 13일
마감: MATLAB Answer Bot 2021년 8월 20일
How can I change file in C language to Matlab? Thanks a lot

답변 (1개)

Walter Roberson
Walter Roberson 2011년 5월 13일
You would have to rewrite the code. Sometimes it is very easy and some times it gets messy (especially if the code makes heavy use of pointers.)
As an alternative, you may wish to consider calling the C code (written in C) from MATLAB. You would need to build a mex interface for that. See this guide
  댓글 수: 2
simira atraqi
simira atraqi 2011년 5월 13일
Thank you for help.
Can I use this code without I have C languge in my compueter?
Kaustubha Govind
Kaustubha Govind 2011년 5월 13일
You do need a supported C compiler (look against your MATLAB version and system platform on http://www.mathworks.com/support/compilers/R2011a/win32.html) to compile C-MEX functions, if that's what you're asking.

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

Community Treasure Hunt

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

Start Hunting!

Translated by