photo

Bri


University of Maryland

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
0 个回答

排名
237,066
of 300,779

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Can someone check my code?
I am suppose to create a function m file called myminimum(f,a,b) which takes three inputs: f: A function handle. a: A rea...

11 years 前 | 3 个回答 | 0

3

个回答

提问


Can someone check my for loop?
I have to create a function m file called mylength(f,a,b,n) which takes four inputs: f: A function handle. a: A real n...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Can someone check my for loop?
I am suppose to create a function m file called mylength(f,a,b,n) which takes four inputs: f: A function handle. a: A rea...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Can someone check my for loop?
My for loop is suppose to return the minimum value found in the for loop, but it just keeps returning the last found value. How...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to return the lowest value of a for loop?
This is the problem I have to solve. I pretty much have it solved, I just need help returning a specific value in my for loop. ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Can someone please help me fix my while loop code?
I have to create a function m file called myfirstzero(f,a) which takes two inputs: f: A function handle which you may assume...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How do write a while loop for a function m file that takes the input of a function handle?
I have to create a function me file called myfirstzero(f,a) which takes two inputs: f: A function handle which you may ass...

11 years 前 | 1 个回答 | 0

1

个回答

提问


What does this statement mean "Use a for loop to move x = 'a' half the distance to 'b' and do it 'n' times."
I am creating a function m file called mystepcloser, this is the information I was provided with. mystepcloser(a,b,n) which ...

11 years 前 | 2 个回答 | 0

2

个回答