photo

Christopher


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

9 个提问
0 个回答

排名
181,680
of 301,151

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
55.56%

收到投票数
0

排名
 of 21,181

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,039

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


What's the error in my code?
I can't seem to plot this function I wrote. What is wrong with it? Thanks in advance!! function [] = Apple(D,T) ...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Using the bisection method, why is f(a) not a real integer or logical?
I am trying to use the bisection method to optimize the cost of the pipeline, but I can't get a value for f(a)? What am I doing ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


How do I iterate my Newton method so that I get an array of values instead of just the last number?
I have my code, and I get the right value at the end, but I would like all the values that were outputed using this code: Tes...

12 years 前 | 1 个回答 | 0

1

个回答

提问


When I am doing Newton's Method with a tolerance, how do I only get the values up until it reaches the tolerance?
Using Newton's method, I was wondering if I was using the while loop correctly because it keeps running and doesn't stop even t...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Why is my dilation not working when N is greater than 1?
I have been working on the dilation problem, but I cannot see why the dilation only works for when N= 1. function [img_out]...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Why do I get an error for my erosion code of an image?
My code is having an error, but I do not know where it is coming from. Thanks in advance! function [img_out] = myErosion(img_...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How do I get rid of the blue screen while dilating an image?
Not being allowed to use imdilate for my code, I got no error when I ran my code to dilate the image, however it came up as a bl...

12 years 前 | 1 个回答 | 0

1

个回答

提问


I'm trying to transform a colored imaged to gray scale without using the function rgb2gray?
I am having difficulties with N and M because when it runs through the loop, it cannot read since the index is out of bounds. Wh...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How can I plot loglog(x,y) with an xlim and ylim?
I am trying to graph using loglog(x,y), however I am running into problems with a Negative data ignored message. Here is some of...

12 years 前 | 1 个回答 | 0

1

个回答