photo

Christopher


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

9 질문
0 답변

순위
238,537
of 301,287

평판
0

참여
9 질문
0 답변

답변 채택
55.56%

획득한 표
0

순위
 of 21,220

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,814

참여
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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변