フィルターのクリア

Unrecognized function or variable

6 ビュー (過去 30 日間)
fatimah N
fatimah N 2020 年 2 月 4 日
コメント済み: fatimah N 2020 年 2 月 5 日
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
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
Muhammad Usama Sharaf SAAFI 2020 年 2 月 5 日
This link will help you.
"options" should be a string veriable i your workspace.
  1 件のコメント
fatimah N
fatimah N 2020 年 2 月 5 日
Thank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by