photo

Jehan Alsulaiman


Last seen: 6 years ago Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
113,004
of 301,664

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,377

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 176,019

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer