addpath not work after compile
1 次查看(过去 30 天)
显示 更早的评论
采纳的回答
Walter Roberson
2011-6-25
You are trying to addpath() a routine that is not in the archive. I would not expect that to work; and if it did work I would consider it to likely be a license violation.
8 个评论
更多回答(1 个)
Fangjun Jiang
2011-6-25
I wonder if it has anything to do with the fact that input() is a built-in function. Is it possible that you change your function name and re-try?
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!