Anjoud Alkathairi - MATLAB Central
photo

Anjoud Alkathairi


Last seen: 17日 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 11/22 to 04/25Use left and right arrows to move selectionFrom 11/22Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 質問
0 回答

ランク
123,525
of 298,029

評判
0

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

回答採用率
0.0%

獲得投票数
0

ランク
 of 20,523

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,187

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Answer

バッジを表示

Feeds

表示方法

質問


how to plot graphs
Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3 random variables each following (1)...

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

0

回答

質問


probability of mass function
Exercise # 2: Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3 random variables eac...

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

0

回答

質問


The x-coordinates of the intersection points between the two graphs are? solx and soly
v=[2;0;1;9;0;1;3;0;1]; m=max(v); n=mean(v); f=@(x) m-(1/2).*x; % Vectorized g=@(x) 2.*x.^2-n; % Vectorized figure ezpl...

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

0

回答

質問


The x-coordinates of the intersection points between the two graphs are? solx and soly
v =[2;0;1;9;0;1;3;0;1]; m = max(v); n = mean(v); syms x; f= @(x)(3+sin(m*x)+cos(n*x)); ezplot(f,[-pi,pi]); dfx(x)= di...

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

0

回答

質問


how can I find the surface area and the volume through this code?
v =[2;0;1;9;0;1;3;0;1]; m = max(v); n = mean(v); syms x; f= @(x)(3+sin(m*x)+cos(n*x)); ezplot(f,[-pi,pi]); dfx(x)=...

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

2

回答

質問


why is my code not working?
v=[2;0;1;9;0;1;3;0;1]; m=max(v); n=mean(v); f=@(x) m-(1/2)*x; g=@(x) 2*x^2-n; figure ezplot(f); hold on ezplot(g); hol...

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

1

回答

質問


Error using / Arguments must be numeric, char, or logical. what should I do I tried but did not seem to work?
>> m=2+0 m = 2 >> n=2+5 n = 7 >> syms x >> f=inline(2*x^2-(3*m-n)*x-m*n)/(x^2+(m-n)*x-n*m) Error u...

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

2

回答