wenchong chen - MATLAB Central
photo

wenchong chen


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 02/21 to 04/25Use left and right arrows to move selectionFrom 02/21Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 个提问
1 个回答

排名
141,593
of 297,950

声誉
0

贡献数
8 个提问
1 个回答

回答接受率
12.5%

收到投票数
0

排名
 of 20,508

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,928

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


why my plot is not correct?
here is my code x = -5:0.1:5 y = x.^(1/3) plot(x,y)

4 years 前 | 2 个回答 | 0

2

个回答

提问


my newton code is not working for fing root of f = 2.5- 1/x
hi sir, this is my code, I am tring to use my newton code to find the root of f = 2.5 - 1/x but my error keeps = 1 and runs in t...

4 years 前 | 1 个回答 | 0

1

个回答

提问


my code is runing but I can not get the plot out
hi, here is my code, the plot windows pop out but there is no pot on them, whats wrong with my code? hold on f = @(x) x.^3...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How can I use the subplot command to plot the root estimates vs iterations and the error vs iterations
this is my code: Use bisection method to find the root f = @(x) x.^3 - (9)*x.^2 + 3.8197 xl = -1000 xu = 1000 xm = (xl+xu)/...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
why the + sign get invalid use of operator?
I can only put f=@(x)40.*x^1.5-875.*x+350000 in it

4 years 前 | 0

提问


why the + sign get invalid use of operator?
f=@(x)40*x.^1.5-875*x.+350000 f=@(x)40*x.^1.5-875*x.+350000 ↑ Error: Invalid use of operator.

4 years 前 | 2 个回答 | 0

2

个回答

提问


how to write a bisection loop?
y = (-0.50598*10^-10)*x.^3 + (0.38292*10^-7)*x.^2 + (0.74363*10^-4)*x + 0.88318*10^-2 and I am trying to use bisection to find ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to use finite difference to find slope for a function?
I have a function F(x)=x^2 + x - 10, how can I creat code for forward, back ward and central finite difference approximation of...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Plot date on X axis
I am so confused on all other answers. Just trying to make a plot with date in X. I created close=TSLA(:,5) and date=TSLA(:,...

4 years 前 | 1 个回答 | 0

1

个回答