Statistik
RANG
107.303
of 301.754
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
22.22%
ERHALTENE STIMMEN
0
RANG
of 21.410
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to read an intlinprog output
LP: Optimal objective value is 15.640000. Cut Generation: Appli...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 9 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
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...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 9 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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 ...
fast 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
fast 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 9 Jahre vor | 2 Antworten | 0

