Alex Muniz
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
214 295
of 295 527
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
nästan 2 år ago | 2 answers | 0
2
answersQuestion
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')...
nästan 2 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 2 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 2 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 2 år ago | 1 answer | 0