Unrecognized function or variable

2 vues (au cours des 30 derniers jours)
fatimah N
fatimah N le 4 Fév 2020
Commenté : fatimah N le 5 Fév 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 commentaire
Adam
Adam le 4 Fév 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.

Connectez-vous pour commenter.

Réponse acceptée

Muhammad Usama Sharaf SAAFI
This link will help you.
"options" should be a string veriable i your workspace.
  1 commentaire
fatimah N
fatimah N le 5 Fév 2020
Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by