photo

Anjoud Alkathairi


Last seen: 대략 1개월 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
125,503
of 297,527

평판
0

참여
7 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,454

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,075

참여
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

답변