필터 지우기
필터 지우기

Info

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

MEX Creation of a Function with Input Parameters

조회 수: 1 (최근 30일)
Paul Huter
Paul Huter 2013년 3월 25일
마감: MATLAB Answer Bot 2021년 8월 20일
I am trying to generate a MEX file of a function that has input parameters (like 'function [] = run(inputfile)', but emlmex gives me a an error about preconditions. I have several functions that are calling each other and passing information between them, and I want to make MEX files of all of them in an effort to speed up processing.
Any ideas how I get around this "precondition" problem?
Thanks.
  댓글 수: 1
Paul Huter
Paul Huter 2013년 3월 25일
I see that I can use '-eg' when calling emlmex, but that seems to require me to specify exactly what I am loading, but in instances where I am trying to load a matrix or vector of unknown size, this does not work.

답변 (0개)

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

Community Treasure Hunt

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

Start Hunting!

Translated by