photo

Christopher


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
137,056
of 300,904

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
55.56%

VOTES RECEIVED
0

RANK
 of 21,108

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,602

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

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

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

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

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

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

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

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

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

12 years ago | 1 answer | 0

1

answer