Facing problem in solver based linear programming problem
Show older comments
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.
Answers (1)
Walter Roberson
on 30 Oct 2019
0 votes
You used U+0092 PRIVATE USE TWO characters instead of ' characters in your definition of the variable names.
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!