Unrecognized function or variable

조회 수: 1 (최근 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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by