photo

Anjoud Alkathairi


Last seen: environ un mois il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

7 Questions
0 Réponses

RANG
125 479
of 297 503

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 449

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 159 017

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


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

presque 2 ans il y a | 1 réponse | 0

0

réponse

Question


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

presque 2 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 2 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 2 ans il y a | 1 réponse | 0

0

réponse

Question


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)=...

plus de 2 ans il y a | 2 réponses | 0

2

réponses

Question


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...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 2 ans il y a | 2 réponses | 0

2

réponses