Community Profile

photo

Alex Muniz


Last seen: 7ヶ月 前 2022 年からアクティブ

統計

  • Thankful Level 2

バッジを表示

Content Feed

表示方法

質問


how to optimize a sweep for solving inequalities?
Solution of inequalities. For a project I need to solve systems of inequalities. The script below works, however it is very slow...

約1年 前 | 2 件の回答 | 0

2

回答

質問


Conversion to logical from symfun is not possible
How to fix this error: Conversion to logical from symfun is not possible ? Code: syms s eqn1 eqn2 eqn3; kp = sym('kp','real')...

約1年 前 | 1 件の回答 | 0

1

回答

質問


How to solve systems of inequalities and obtain numerical values ​​of variables to write them in a .txt file?
I need to solve some systems of inequalities with two unknowns. I've tried solve and now I'm trying feval. The problem is that I...

約1年 前 | 1 件の回答 | 0

1

回答

質問


I have a text file with 10 lines and 5 columns. I need to write a value (zero or one) at the end of each row, that is, in the last column of each row. How can i do this?
I have a text file with 10 lines and 5 columns. I need to write a value (zero or one) at the end of each row, that is, in the la...

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

1

回答

質問


How to divide a polynomial into two polynomials, one with the odd coefficients of w and the other with the even coefficients of w?
I have the polynomial p(w) described below and I need to split it into two polynomials one with odd coefficients of w and the ot...

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

1

回答