mex @rsp_file (windows) commenting
Mostra commenti meno recenti
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
Risposte (1)
Kaustubha Govind
il 2 Lug 2013
0 voti
The pound (#) symbol usually denotes comments in MEX options files.
1 Commento
Mark
il 2 Lug 2013
Categorie
Scopri di più su External Language Interfaces in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!