Facing problem in solver based linear programming problem
显示 更早的评论
Hello,
I cannot solve this problem by using solver based linear programming approach. For the attachment code I saw the below error. Please help me to get out from this loop.
Error using Untitled113 (line 6)
Error: Invalid text character. Check for unsupported symbol, invisible character, or pasting of non-ASCII characters.
回答(1 个)
Walter Roberson
2019-10-30
0 个投票
You used U+0092 PRIVATE USE TWO characters instead of ' characters in your definition of the variable names.
类别
在 帮助中心 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!