I need help in my code in app designer
1 次查看(过去 30 天)
显示 更早的评论

2 个评论
Shuba Nandini
2023-3-1
Hello,
I understand that you are having an error in your code in the line 115. Can you please provide the full code for debugging?
Thanks
回答(1 个)
Dinesh
2023-3-9
Hello.
Since you have not provided the code, here are some reasons why this error occurred:
- Missing multiplication operator: Check if you are missing a multiplication operator in a mathematical expression. For example, a(b+c) should be written as a*(b+c).
- Missing or unbalanced delimiters: Check if you have missed any opening or closing delimiters such as parentheses, brackets, or quotes. Make sure all delimiters are balanced and closed properly.
- As mentioned in the error message, it can also occur due to other syntax errors such as misspelled function or variable names, wrong usage of control statements, etc.
If you are still not able to resolve the issue, please provide the code so that I can look into it further.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Debugging and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!