![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13949937_1540296749120_DEF.jpg)
Buster
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
For loop and matrices w/ different elements?
I have the followling code which has values calculated that are inputs of two matrices A and B. The inputs are values that are c...
3年以上 前 | 1 件の回答 | 0
1
回答質問
Combining already plotted figures into one figure
So i have these two figures plotted in matlab. My assignment is two have them seperate while also having a figure with both line...
3年以上 前 | 1 件の回答 | 0
1
回答質問
limiting range of solution of matrix
Essentially i only have A=9x1 and x=1:7. B is the resulting values of A*x and they are given as 9 different values which is what...
3年以上 前 | 0 件の回答 | 0
0
回答質問
Loop until Matrix value exceeds value
I have a script for truss analysis. The calculation is set up Ax=b. A is the govenring equations from the truss anaylsis while ...
3年以上 前 | 1 件の回答 | 0
1
回答質問
Diagonals in Matrices Matlab
i have a matrix A=zeros(400,400). m=size(A,1) A(1:m+1:end) = 1 % main diagonal A(21:m+1:end) = -.25 % lower diagonal ...
3年以上 前 | 1 件の回答 | 0
1
回答質問
Repeating Matrix values along a diagonal
So lets say you have a matrix A=zeros(9,9). I have the main diagonal (and other diagonals) with values of 1 going throughout the...
3年以上 前 | 1 件の回答 | 0