統計
MATLAB Answers
7 質問
0 回答
ランク
of 171,061
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年以上 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0
