Pass a null string to stand-alone exe?

2 次查看(过去 30 天)
Hello,
I compiles a function as exe, but don't know how to pass the arguments. They are all supposed to be strings like file paths or names, but some could be "blank", and inside the function that should somehow be detectable:
function smoothExtBLRexcel (rosefile,rosesheet, filenameEnvelope,envelopeSheetname)
if ~strcmp(filenameEnvelope,'')
... do stuff
I thought to invoke the exe as:
smoothExtBLRexcel rose\BLR_Results_inclSF.xlsx Loads '' Loads
It seems to not detect the 3rd arg as a empty string.
Anything fancy needed?
Thanks a lot.
  1 个评论
David Pesetsky
David Pesetsky 2018-8-7
Late breaking news... using double quotes instead of single quotes does the trick. I'll leave the question open a bit longer anyway....

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Web Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by