photo

AG


None

2015 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

10 質問
0 回答

Cody

0 問題
12 解答

ランク
114,982
of 301,287

評判
0

コントリビューション
10 質問
0 回答

回答採用率
30.0%

獲得投票数
0

ランク
 of 21,220

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
40,363
of 173,814

コントリビューション
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

回答