photo

Nick Drake


California State Polytechnic University Pomona

Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
4 Answers

RANK
14,275
of 297,457

REPUTATION
3

CONTRIBUTIONS
4 Questions
4 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
2

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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

  • Knowledgeable Level 1

View badges

Feeds

View by

Answered
Missing coefficients in symbolic expressions with coeffs
This is what I was able to do thanks for all the help. I will post the final solution to the larger problem if anyone wants to ...

13 years ago | 0

| accepted

Question


Missing coefficients in symbolic expressions with coeffs
Ok, I have been trying to use coeffs here is what I am currently have a problem with, although I have 5 symbolic variables, not ...

13 years ago | 2 answers | 0

2

answers

Answered
For loop of symbolic variables extracting symbolic coefficients
Ok so part of the problems that I think that I am having is that in my workspace there is no symbolic variable x1,x2.... defined...

13 years ago | 0

Answered
For loop of symbolic variables extracting symbolic coefficients
Ok, I have been trying to use coeffs here is what I am currently have a problem with, although I have 5 symbolic variables, not ...

13 years ago | 0

Answered
For loop of symbolic variables extracting symbolic coefficients
m = 6; mv = sym(zeros(1, m)); for k=1:m mv(k) = sym(sprintf('m%d', k)); end This is what I found and it works gre...

13 years ago | 1

Question


For loop of symbolic variables extracting symbolic coefficients
I want to create a certain number of symbolic variables without having to define them individually. I want to basically do some...

13 years ago | 5 answers | 1

5

answers

Question


Gathering coeffients into a matrix
Hello, I am working with converting a linear complementarity problem into an MILP problem; the LCP is defined as find a w and ...

13 years ago | 0 answers | 0

0

answers

Question


gathering variable values into matrix for further work
What I am working with is an MILP problem, with all inequality constraints. a matrix M(nxn), q(nx1). the problem is to maximiz...

13 years ago | 0 answers | 0

0

answers