Community Profile

photo

Standardtrickyness


Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


Using a network license on personal computer
Hi, I seem to remember being able to use matlab on my personal computer associating user account with my organizational email...

4 years ago | 1 answer | 0

1

answer

Question


license-manager-error-39
So I got directed here https://www.mathworks.com/matlabcentral/answers/98895-why-do-i-receive-license-manager-error-39 license-...

4 years ago | 0 answers | 0

0

answers

Question


The second argument must be a vector of symbolic variables
y=solve(I*x == zeros(3,1) , x .* x ==x , 'ReturnConditions', true) Error using sym.getEqnsVars>checkVariables (line 92) ...

6 years ago | 1 answer | 1

1

answer

Question


How to get vector output from solve?
How to get vector output from solve? When I do something like y=solve( I*x == zeros(n,1) , x ); (n moderately large) ...

6 years ago | 1 answer | 0

1

answer

Question


but in cplex optimizer
Something really weird is going on in the cplex optimizer. When I run Trial>> w2 = cplexmilp(-f,D,b2,[],[],[],[],[],[...

8 years ago | 2 answers | 0

2

answers

Question


Matlab freezing up on loops
Hi, I'm running a program that contains the randomness multiples times anyways when I run for i=1:10 c2ombinequaltiesf...

8 years ago | 0 answers | 0

0

answers

Question


simplest way to print equations
given large A,b how to print the equations A(1,1) x_1 +A(1,2) x_2+..=b(1) and preferably least amount of technicality?

8 years ago | 1 answer | 0

1

answer

Question


chvatal cuts in Matlab
Is there a way to get Matlab to return chvatal (or 1/2 integral etc) cuts for an integer program?

8 years ago | 0 answers | 0

0

answers

Question


How to do integer programming in cplex
How do you do integer programming in cplex? cplexmilp(f,Aineq,bineq) solves the mixed integer programming problem min f*x ...

8 years ago | 0 answers | 0

0

answers

Question


Solving integer programs intlinprog
How large of an integer programming problem can intlinprog solve optimally on a standard laptop? I got 60 variables 35 integer c...

8 years ago | 0 answers | 0

0

answers

Question


how to set intlinprog options
how to set intlinprog options to increase options.maxnodes I've tried both options=optimoptions('intlinprog') ; options...

8 years ago | 1 answer | 0

1

answer

Question


intlinprog is returning noninteger values
I have my code where DDD is a 35x60 matrix I'm trying to get integer values for w(26:60) but its giving me w= -1.0000 ...

8 years ago | 0 answers | 0

0

answers