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 件のコメント
Torsten
2023 年 3 月 13 日
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.
回答 (1 件)
Voss
2023 年 3 月 13 日
0 投票
カテゴリ
ヘルプ センター および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!