Gratitude Kim
Followers: 0 Following: 0
Statistics
RANK
293.541
of 295.467
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
22.22%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to read an intlinprog output
LP: Optimal objective value is 15.640000. Cut Generation: Appli...
bijna 7 jaar ago | 0 answers | 0
0
answersQuestion
writing an objective function (intlinprog)
Hi, I am supposed to write minimize P where P>=0. Thus, I created a variable P and declared it to be >=0. Using intlinprog fu...
ongeveer 7 jaar ago | 0 answers | 0
0
answersQuestion
Creating a diagonal matrix
I will like to create such diagonal matrix. A=[1 1 1 0 0 0; 0 1 1 1 0 0; 0 0 1 1 1 0; 0 0 0 1 1 1] Appreciate your...
meer dan 7 jaar ago | 4 answers | 0
4
answersQuestion
Minimize an objective function
Hi, I will like to ask for the objective function is there any other way to write instead of typing all the variables (X11 to X1...
meer dan 7 jaar ago | 0 answers | 0
0
answersQuestion
Creating variables consisting of many elements
I want to create a variable consisting of X1 to X10 . Is there an easy way instead of typing X1 to X10? V1={'X1','X2','X3','X...
meer dan 7 jaar ago | 3 answers | 0
3
answersQuestion
Creating a diagonal matrix
Hi, I have written such codes. Col=4; Row=3 A1=zeros(Row,Col); n = size(A1,1); A1([1:n+1:end,n+1:n+1:end]) = 1 ...
meer dan 7 jaar ago | 2 answers | 0
2
answersQuestion
Combining 2 matrix of different row numbers but same column numbers.
A = [1 0 0 0 1 0 0 0; 0 1 0 0 0 1 0 0; 0 0 1 0 0 0 1 0; 0 0 0 1 0 0 0 1] B = [1 1 0 0 0 0 0 0 -2 0 0; 0 1 1 0 0 0 0 0 0 -2 ...
meer dan 7 jaar ago | 2 answers | 0
2
answersQuestion
Repeating elements in a matrix.
A=zeros(3,4) A = 0 0 0 0 0 0 0 0 0 0 0 0 >> [nRows,nCols] = size(A...
meer dan 7 jaar ago | 1 answer | 0
1
answerQuestion
Combining matrix of different dimension.
I have three matrix. Matrix 1 = [2 2; 0 0],Matrix 2 =[1 1;0 0] and Matrix 3=[2 2 2 2 ;3 3 3 3] . I will like to combine these 3 ...
meer dan 7 jaar ago | 2 answers | 0