photo

Jehan Alsulaiman


Last seen: 거의 6년 전 2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
113,154
of 301,809

평판
0

참여
5 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,414

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,674

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


infinity in an inequality for input in a function?
x = 0:0.5:inf y = 1:-0.5:inf I am trying generally to plot in 3D and the values of x and y are the in the inequality ab...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


Scaling a certain element
Hello How do I scale a certain element in a matrix if I want to get a certain type of element, like just the 2's or 5's and ...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to calculate GPA
<</matlabcentral/answers/uploaded_files/95089/FullSizeRender%20(1).jpg>> A=5; B=4; C=3; D=2; F=0; g=['...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


why can't I see line in the plot?
x= [-2, 4]; y= 0.6*(x.^3)*(exp(-0.47*x))+1.5*(x.^2)*(exp(-0.6*x)); plot(x,y) %also I need the plot in this interva...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


equation and its derivative, wrong with using * please help
t = [0:8]; Position = 8-(4*t.^3)*exp(-0.4*t)+2*t.^2 Velocity = (-12*t.^2)*(exp(-0.4*t))+(-4*t.^3)*(-0.4)*(exp(-0.4*t...

8년 초과 전 | 답변 수: 1 | 0

1

답변