photo

N Madani SYED


2011 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Earthquake engineering

統計

MATLAB Answers

6 質問
1 回答

ランク
211,283
of 299,784

評判
0

コントリビューション
6 質問
1 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 20,803

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 165,909

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


Avoiding inverse of a matrix
Hi all, I need to compute the following (RHS matrices known): *Z* _bb_ = *M* _bb_ - ( *M* _bi_ * inv( *M* _ii_ ) * *M* _...

約13年 前 | 2 件の回答 | 0

2

回答

質問


Adding elements of 3D matrices
Hi all, Suppose A(10,10,3) and I need to add the elements of A to get B(10,10,1) such that B(1,1,1) = A(1,1,1)+A(1,1,2)+A(1...

約13年 前 | 2 件の回答 | 0

2

回答

質問


Index of reordered vector
Hi all I better ask my question directly through example Suppose A = [1 2 3 4 5 6] and I reorder the vector A to get ...

13年以上 前 | 2 件の回答 | 0

2

回答

質問


MATLAB function for reordering the matrix rows and columns as desired
Hi all, Suppose I have a nxn matrix ordered row-wise as well as column-wise as 1,2,3...10 (say n=10). Now if I wish to reorder ...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


Large scale generalized eigenvalue problem involving dense symmetric positive-definite matrices
Hi all, I need to solve a generalized eigenvalue problem [A][x]=[B][x][lambda]; where [A] and [B] are positive definite matri...

13年以上 前 | 2 件の回答 | 0

2

回答

回答済み
Matrix operations without loop.
I think the following should work for i = 1:10 for j = 1:100 m = Q(i); n = B(i,j); R(i,j)= A(m,n); ...

14年弱 前 | 0

質問


Solving a Riccati equation via Schur decomposition in the versions later than MATLAB 7.0
Hi, I was using ric_schr (Mu Analysis and Synthesis Toolbox) command in MATLAB 7.0 to solve riccati equation via schur decompos...

14年弱 前 | 2 件の回答 | 0

2

回答