How to remove unrecognized function or variable error

I definded the variable but in a function the same variable is not readable. How to overcome this issue.

1 Comment

Most probably, you defined the variable after defining the function or the variable is not visible in the function. But we must see your code to be sure what's going wrong.

Sign in to comment.

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Asked:

on 13 Mar 2023

Commented:

on 13 Mar 2023

Community Treasure Hunt

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

Start Hunting!