mex @rsp_file (windows) commenting

2 次查看(过去 30 天)
Mark
Mark 2013-7-2
Hi All -
I'm using a text file to pass in the necessary command line arguments for mex'ing such as
mex someFunc.cpp @mexOpts.txt
That is working without issue. I was curious to know if it is possible to add comments to this file? I've tried a handful of known comment type identifiers (e.g. //, !, %, REM, /**/) and they all fail. If anyone has had any success and can please share.
Many thanks, Mark

回答(1 个)

Kaustubha Govind
Kaustubha Govind 2013-7-2
The pound (#) symbol usually denotes comments in MEX options files.
  1 个评论
Mark
Mark 2013-7-2
Unfortunately this produces an error and is not the solution:
...\BIN\MEX.PL: Error: '#' not found.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Write C Functions Callable from MATLAB (MEX Files) 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by