photo

AG


None

2015년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

10 질문
0 답변

Cody

0 문제
12 답안

순위
161,764
of 301,383

평판
0

참여
10 질문
0 답변

답변 채택
30.0%

획득한 표
0

순위
 of 21,252

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
40,457
of 174,306

참여
0 문제
12 답안

점수
110

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


How can you find circular blobs in an image?
I am trying to find certain parts of an image, and so used the Canny edge detector. Now I want to get rid of all the edges that ...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


Can the MATLAB app handle image processing?
I was hoping to be able to use my MATLAB programs on my phone. Can the app support that? If not, will it be able to soon?

대략 10년 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


only input
Return the output without writing any code into the function.

10년 초과 전

문제를 풀었습니다


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

10년 초과 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

10년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

10년 초과 전

문제를 풀었습니다


Fahrenheit to Celsius using multiple statements
Given a Fahrenheit value F, convert to a Celsius value C. While the equation is C = 5/9 * (F - 32), as an exercise use two state...

10년 초과 전

문제를 풀었습니다


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

10년 초과 전

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

10년 초과 전

문제를 풀었습니다


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

10년 초과 전

문제를 풀었습니다


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

10년 초과 전

질문


How can you mask images that are a different shape than the ones you need?
I am searching an image of an eye for small red blobs, each smaller than 10 pixels in radius. After masking out all non-red pixe...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can you mask images that are a different shape than the ones you need?
I am searching an image of an eye for small red blobs, each smaller than 10 pixels in radius. After masking out all non-red pixe...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can you mask images that are a different shape than the ones you need?
I am searching an image of an eye for small red blobs, each smaller than 10 pixels in radius. After masking out all non-red pixe...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can you mask images that are a different shape than the ones you need?
I am searching an image of an eye for small red blobs, each smaller than 10 pixels in radius. After masking out all non-red pixe...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can you mask images that are a different shape than the ones you need?
I am searching an image of an eye for small red blobs, each smaller than 10 pixels in radius. After masking out all non-red pixe...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can you mask images that are a different shape than the ones you need?
I am searching an image of an eye for small red blobs, each smaller than 10 pixels in radius. After masking out all non-red pixe...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can you mask images that are a different shape than the ones you need?
I am searching an image of an eye for small red blobs, each smaller than 10 pixels in radius. After masking out all non-red pixe...

10년 초과 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

10년 초과 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

10년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10년 초과 전

질문


Is there a way to detect circles with radii smaller than 10 pixels?
I am trying to look for small, red dots in an image, but the dots are usually less than 10 pixels large. imfindcircles finds eve...

10년 초과 전 | 답변 수: 1 | 0

1

답변