photo

Pavlos


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
0 个回答

排名
128,875
of 300,918

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 21,110

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,685

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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 ...

6 years 前 | 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...

10 years 前 | 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...

11 years 前 | 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...

12 years 前 | 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...

12 years 前 | 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...

12 years 前 | 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++...

12 years 前 | 1 个回答 | 0

1

个回答