Statistik
RANG
216.110
of 301.421
REPUTATION
0
BEITRÄGE
10 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
30.0%
ERHALTENE STIMMEN
0
RANG
of 21.269
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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?
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortGelöst
only input
Return the output without writing any code into the function.
mehr als 10 Jahre vor
Gelöst
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...
mehr als 10 Jahre vor
Gelöst
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
mehr als 10 Jahre vor
Gelöst
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...
mehr als 10 Jahre vor
Gelöst
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...
mehr als 10 Jahre vor
Gelöst
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 ...
mehr als 10 Jahre vor
Gelöst
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
mehr als 10 Jahre vor
Gelöst
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".
mehr als 10 Jahre vor
Gelöst
Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.
mehr als 10 Jahre vor
Frage
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...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenGelöst
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:...
mehr als 10 Jahre vor
Frage
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...
mehr als 10 Jahre vor | 1 Antwort | 0

