Filter löschen
Filter löschen

Unrecognized function or variable

6 Ansichten (letzte 30 Tage)
fatimah N
fatimah N am 4 Feb. 2020
Kommentiert: fatimah N am 5 Feb. 2020
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 Kommentar
Adam
Adam am 4 Feb. 2020
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.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Muhammad Usama Sharaf SAAFI
This link will help you.
"options" should be a string veriable i your workspace.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by