N/A


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
177,668
of 300,343

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
90.0%

收到投票数
0

排名
 of 20,926

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,172

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


newton's method to solve nonlinear equation
hw prompt is below my work. please check my code. i am new to using newton's method and need some recommendations about what to ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


plotting a function with input and output
here is my code. hw prompt below. what do you recommend i do? t=0:0.01*pi:20*pi; function [x,y]=bird(t) x(t)=sin(t)*(e.^cos(t...

5 years 前 | 2 个回答 | 0

2

个回答

提问


newton's method plotting
here is my code typed out. the hw prompt is below with pictures of my code in mat lab. i keep receiving an error message. once i...

5 years 前 | 1 个回答 | 0

1

个回答

提问


function of m and t solution plot
hw question is below my work. please give recommendations for how to correct the code. t=-5:0.01:5; n=20; m=1:n; y=((t.^m)(m...

5 years 前 | 1 个回答 | 0

1

个回答

提问


input and output functions
Please let me know how to fix my code so that mat lab will run. Here is my work so far: I created a file and saved it as Fibse...

5 years 前 | 1 个回答 | 0

1

个回答

提问


sum of cubes question
Please let me know how to fix my code. I am unable to make mat lab run. Here is my code so far: I created a file and saved it ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Convert cartesian coordinates to polar coordinates
Please let me know how to fix my code. Here is my code so far: I created a file and named it Cart2polar.m [r,theta]=cart2pola...

5 years 前 | 1 个回答 | 0

1

个回答

提问


plot3(X,Y,Z)
Consider a function 𝑧 = 2𝑥exp((𝑥^2+𝑦^2)) with x and y on [-2, 2]. Create a line plot in 3-d using plot3(X,Y,Z). Here is my cod...

5 years 前 | 1 个回答 | 0

1

个回答

提问


plotting a function correctly
f(x)= exp(-x)-x The x intercept is between 0 and 1 on other graphing software, yet mat lab incorrectly puts the x intercept aft...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Write M file with while loop, which computes factorial of any x, (x=12).
Directions: Define x=12, Start with some value of factorial say Fact=1; - while loop condition will be x > 1 - compute factoria...

5 years 前 | 2 个回答 | 0

2

个回答