photo

MD


Last seen: 7 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 2

查看徽章

Feeds

排序方式:

已回答
converging criteria problem in for loop in bisection method of finding roots.
close all clear all % Finding normal polynomial roots of single variable by using bisection % method. y = @(x) (x.^3)-x-11; ...

8 months 前 | 0

提问


problem with fprintf command
i don't get the all values of the respective variable column wise. Code: close all clear all y = @(x) x.^3-x-11; x = -10:1:...

8 months 前 | 1 个回答 | 0

1

个回答

提问


converging criteria problem in for loop in bisection method of finding roots.
problem: finding roots of the polynomial x3-x-11 by using bisection method. Code: close all clear all y = @(x) (x.^3)-x-11; ...

8 months 前 | 3 个回答 | 0

3

个回答

提问


there is always zero elements
Hi. right now i am tryign to learn descriptive statistics and produce them in matlab environment. let us consider, c = [ 1...

5 years 前 | 1 个回答 | 0

1

个回答