Estadística
9 Preguntas
                        0 Respuestas
0 Problemas
                        29 Soluciones
CLASIFICACIÓN
246.347
                          
                          
of 300.381
                        
REPUTACIÓN
0
                           
                        
CONTRIBUCIONES
                          9 Preguntas
                          0 Respuestas
ACEPTACIÓN DE RESPUESTAS 
                            22.22%
                        
VOTOS RECIBIDOS
0
CLASIFICACIÓN
 of 20.941
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS 
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
17.392
of 168.477
CONTRIBUCIONES
                            0 Problemas
                            29 Soluciones
PUNTUACIÓN
310
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to read an intlinprog output
LP: Optimal objective value is 15.640000. Cut Generation: Appli...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 8 años hace | 4 respuestas | 0
4
respuestasPregunta
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...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 8 años hace | 3 respuestas | 0
3
respuestasPregunta
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 ...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 8 años hace | 2 respuestas | 0

