Usman Saleem - MATLAB Central
photo

Usman Saleem


Last seen: 約1年 前 2019 年からアクティブ

Followers: 0   Following: 0

Mathematician

統計

MATLAB AnswersFrom 02/19 to 03/25Use left and right arrows to move selectionFrom 02/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 質問
0 回答

ランク
29,188
of 297,711

評判
1

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

回答採用率
75.0%

獲得投票数
1

ランク
 of 20,465

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,406

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Symbolic function expected 3 inputs and received 2
I want to compute the following code. syms u(x,y,t) v(x,y,t) w(x,y,t) a1 a2 mu p(x,y,t) r x y I=[1,0;0,1]; VV = [diff(u,x...

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

1

回答

質問


How to calculate the coefficients of a non-polynomial?
I want to subtitute this expansion in an equation and want to equate the coefficients of powers of , so that i can solve them af...

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

0

回答

質問


How to use unique in a conditional statement nested in for loop?
I want to apply "unique" function on sol to get rid of repeated arrays. n = 10000; for a = 1:n for b = 1:n x...

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

1

回答

質問


How can I plot ode 45 for different values of a constant after specific time?
I want to change the value of del after given time interval. T = 1:1:3500; del = 0; % For T=1:1:3100 del = 1; %...

約6年 前 | 1 件の回答 | 1

1

回答