Unrecognized function or variable
2 次查看(过去 30 天)
显示 更早的评论
Hello
I got the "Unrecognized function or variable 'options '" error message, when i run this
parsing = regexp(options, '\-', 'split');
I don't know how I can deal with this error, so can anyone please help me?
1 个评论
Adam
2020-2-4
What is options? Is it in your workspace? That's how you deal with it - make sure it exists as a variable that you expect regexp to act on in the workspace you are calling the function.
采纳的回答
Muhammad Usama Sharaf SAAFI
2020-2-5
This link will help you.
"options" should be a string veriable i your workspace.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Argument Definitions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!