About 1,550,000 results
Open links in new tab
  1. Resolve Error: Unrecognized Function or Variable - MathWorks

    Troubleshoot error message related to unrecognized function or variable.

  2. Why do I get the error "Unrecognized function or variable"?

    Feb 27, 2012 · 7) Trying to use a function that does not yet exist in your version of MATLAB. 8) Trying to use a function that has been removed from your version of MATLAB. In later …

  3. Undefined function 'syms' for input arguments of type 'char', what ...

    Aug 21, 2024 · In matlabR2023b, I packaged two m files into an exe file, in need of solving equations, I used the function 'syms' in these two m files. There was no problem running these …

  4. Why do I get "Error using eval: Undefined function 'workspacefunc'

    Oct 14, 2016 · Why do I get the following error when starting MATLAB? Error using eval Undefined function 'workspacefunc' for input arguments of type 'struct'.

  5. Why does MATLAB R2016a or earlier on Windows show …

    Jun 13, 2012 · When starting MATLAB R2016a or earlier on Windows, I receive the following error: ERROR: ??? Undefined function or variable 'matlabrc'. After this, all functions entered in …

  6. how to solve this error 'Undefined function or variable 'uiopen'.'

    Mar 28, 2020 · I am facing problem in opening any file in matlab.It is showing this error "Undefined function or variable 'uiopen'." in command window.With this this window is shown …

  7. "Undefined function or variable '****'. The first assignment to a l...

    May 23, 2012 · Since all of my "Undefined function or variable" errors were on variables, and all my variables were 1 x 1 doubles, I just defined them all as 0 prior to them being defined in a …

  8. How to solve "Error using eval undefined function workspacefunc'

    Aug 29, 2019 · Hello, I currently use Matlab R2019a on my Microsoft session and it works well. But I would like to use it on a local session that a have created. Yet, when a open Matlab in …

  9. Troubleshoot MATLAB Errors in Python - MATLAB & Simulink

    When a MATLAB function raises an error, the MATLAB Engine for Python stops the function and catches the exception raised by MATLAB.

  10. Undefined function "......" for input arguments of type 'double'

    Feb 22, 2015 · typo, you have misspelled the name of the function the function cannot be reached because it is not on the search path a function with that name exists on the search path, but it …