photo

Jehan Alsulaiman


Last seen: 6 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
113,097
of 301,754

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,410

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,414

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答