Community Profile

photo

Christopher


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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) ...

9 years ago | 2 answers | 0

2

answers

Question


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 ...

10 years ago | 2 answers | 0

2

answers

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 2 answers | 0

2

answers

Question


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]...

10 years ago | 1 answer | 0

1

answer

Question


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_...

10 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 1 answer | 0

1

answer