photo

Alex Muniz


Last seen: 9 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
124,291
of 297,527

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


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...

2 years 前 | 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')...

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 1 个回答 | 0

1

个回答