photo

Pavlos


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
70,488
of 300,759

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
14.29%

VOTES RECEIVED
0

RANK
 of 21,081

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,900

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 2 answers | 0

2

answers

Question


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

11 years ago | 0 answers | 0

0

answers

Question


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

12 years ago | 0 answers | 0

0

answers

Question


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

12 years ago | 0 answers | 0

0

answers

Question


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

12 years ago | 0 answers | 0

0

answers

Question


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

12 years ago | 1 answer | 0

1

answer