Community Profile

photo

Pavlos


2013년부터 활동

Followers: 0   Following: 0

연락

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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 ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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++...

10년 초과 전 | 답변 수: 1 | 0

1

답변