Community Profile

photo

Nick


Last seen: Today 2020 年からアクティブ

Statistics

All
  • Thankful Level 2
  • Solver

バッジを表示

Content Feed

表示方法

質問


Possible bug with coneprog?
I am wondering if this is a bug in coneprog or expected behavior. The example used to reproduce this is from https://www.mathwor...

8ヶ月 前 | 1 件の回答 | 0

1

回答

質問


coneprog: Infeasibilities are satisfied in last step from iterative display but exitflag is still -2 (NoFeasiblePointFound)
I am trying to solve a trajectory optimization problem with coneprog under the problem-based approach and am having convergence ...

9ヶ月 前 | 1 件の回答 | 1

1

回答

質問


Is there a way to comment out all unused lines in an automatically generated code at once?
I am using matlabFunction to automatically generate very large symbolic functions. In the generated function, there are a number...

1年以上 前 | 1 件の回答 | 0

1

回答

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

約3年 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

約3年 前