using mex with variable_name(which contains file name) and with -lname switch

1 次查看(过去 30 天)
I want to compile a .c file using mex command. file name is contained in the variable 'file'. To compile this file i have to use
mex(file);
But i also want to use the switch -lname. How to use the switch in this command

采纳的回答

Jan
Jan 2015-3-30
编辑:Jan 2015-3-30
mex('-lmain', file);

更多回答(1 个)

arun kumar
arun kumar 2015-3-27
check out eval command....then you can do eval('mex(',file,')','-lname'); eval uses the value stored in a variable. i hope this is what you wanted

类别

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