photo

SALMAN KHAN


Last seen: 11ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
189,438
of 300,829

評判
0

コントリビューション
7 質問
0 回答

回答採用率
85.71%

獲得投票数
0

ランク
 of 21,088

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,210

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to check if any component of a vector/matrix is matching with any of the component of another vector?
% Let say I have two vector A and B, A = [2 3 4 1 4 9 10]; B = [2 9]; if ismember(A,B) C = 2*A; else C = 0*A; e...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


How to add sparse matrix to an n*n matrix
Let say; A = ones(4,4); i = [2 4]; j = [1,3]; B = sparse(i,j,[9 9]); A + B; How can I add A+B, so that the component A(2,1)...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How to plot stress contour if nodal values are known (FEM)?
Hello all, I am solving a FEM Problem and I want to plot stress contours using given information. I have a nodal coordinates X, ...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Animated plot using images along with a subplot of load vs disp
Hi everyone, I have few Matlab images saved as png/jpg, basically displacement contour plots (Named as A1.png, A2.png, A3.png....

4年以上 前 | 0 件の回答 | 0

0

回答

質問


How to convert symbolic array into a vector
Using symbolic matlab, when I calculate values of a function f(x) it given me a symbolic array, but I want this in form of a vec...

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

1

回答

質問


print value of i if the logical statement is TRUE
If I have to print the value of i , when the logical statement is correct, where X and Y are vertices or triangles.. anyone plea...

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

1

回答

質問


How can I find the number of row in which the maximum value obtained for a particular column?
n = 3 B = rand(n) A = B for j = 1:length(A(1,:)) Amax = A(1,j); for i = 1:length(A(:,1)) if(A(i,j)> Amax) Ama...

約5年 前 | 1 件の回答 | 0

1

回答