Community Profile

photo

Pavlos


Aktiv seit 2013

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to use simplex method for LP in matlab
Hello, i want to use the simplex-algorithm in matlab to solve my optimization problem. After reading the threads i underestand ...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Eigs function returns complex numbers when computing the largest eigenvalue
Hello, i am contructing an adjacency matrix from real networks as follows: x = dlmread('file.txt'); left = x(:,1)+1; rig...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Leading Eigenvalues and eigenvectors
Hello, i am trying to use matlab to compute the leading left and right eigenvectors of a network. I create the adjacency matrix...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Best way Solve linear system of sparse symetric matrix
Hello everyone i have a linear system of size n X n, which i get from c++, then load it to matlab and get the resutls back. To s...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Matrix is close to singular or badly scaled. Results may be inaccurate solution ??
Hello, i try to solve a linear system, connecting c++ with matlab like this: mxArray *Am = NULL; Am = mxCreateDoubleMatrix...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


transpose error, linear system
Hello, i am trying to solve a problem of Ax=B, I pass my c++ variables to matlab, and then i want to solve the problem and ge...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


dynamically allocated c++ array covert-convert to mxArray
Hello every one, i am new to matlab. So what i am trying to do is solve a problem like: Ax=B I get a nXn matrix from my c++...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort