Unrecognized function or variable
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
fatimah N
el 4 de Feb. de 2020
Comentada: fatimah N
el 5 de Feb. de 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 comentario
Adam
el 4 de Feb. de 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.
Respuesta aceptada
Muhammad Usama Sharaf SAAFI
el 5 de Feb. de 2020
This link will help you.
"options" should be a string veriable i your workspace.
Más respuestas (0)
Ver también
Categorías
Más información sobre Argument Definitions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!