統計
MATLAB Answers
7 質問
0 回答
ランク
of 171,018
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Calculators and excel have different answer to matlab for inverse of a matrix
I have a code which calculates a 10x10 matrix for every value of k. When I perform an inverse of the matrix, I can get an answer...
10年以上 前 | 0 件の回答 | 0
0
回答質問
Cellfun or for loop
I have the following code where I am trying to obtain U for every k value and the values in a cell array: G = 1x3 cell If ...
10年以上 前 | 2 件の回答 | 0
2
回答質問
Inverse of several different matrices
Can anyone please show me how to perform an inverse of several matrices in a cell array in MATLAB? for example if I have a ce...
10年以上 前 | 1 件の回答 | 0
1
回答質問
Insert zeros into matrix in matlab
I am trying to insert zeros into a matrix, an example is as follows: [1;2] to [1;0;0;0;0;2] Can anyone plea...
10年以上 前 | 1 件の回答 | 0
1
回答質問
Addition inside of an existing Matrix
I am trying to understand how to manipulate a matrix, can anyone please show me how to perform the following action in Matlab? ...
10年以上 前 | 1 件の回答 | 0
1
回答質問
Removing columns from a matrix
Can anyone please how me how to remove columns from a matrix? an example of what I am trying to do is remove the 4 columns of...
10年以上 前 | 1 件の回答 | 0
1
回答質問
For loops for matrices
I am trying to link two equations, where I use a for loop calculate the value of k (wavenumber) from the range of frequencies (e...
10年以上 前 | 1 件の回答 | 0
