photo

Dustin


Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

4 Questions
9 Answers

Cody

0 Problems
1 Solution

RANK
4.002
of 300.343

REPUTATION
14

CONTRIBUTIONS
4 Questions
9 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
5

RANK
 of 20.926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
111.757
of 168.172

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Solved


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

meer dan 11 jaar ago

Question


How do I throw an error from TimerFcn?
Hi, I am trying to time out a MATLAB function that may or may not take too long to execute. I am able to use timers to throw ...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Answered
Ordered connected components
I came up with a solution that just works. It isn't pretty or efficient, but it does work. In all cases, I know that my edges h...

ongeveer 14 jaar ago | 0

| accepted

Answered
dilatasi erosi ..... what it is?
I am not familiar with the language, but sounds like morphological dilation and erosion to me.

ongeveer 14 jaar ago | 0

Answered
matlab subplot
Hi Sami, Refer to the MATLAB documentation on the function subplot: http://www.mathworks.com/help/techdoc/ref/subplot.html...

ongeveer 14 jaar ago | 1

Answered
coding
Generate an array of all the x values you expect the root to lie within. Then, fnzeros should help you out. http://www.mathwo...

ongeveer 14 jaar ago | 0

Question


Ordered connected components
For connected components found by using bwconncomp(), the PixelIdxList is ordered according to columns and then rows. Is there a...

ongeveer 14 jaar ago | 4 answers | 0

4

answers

Answered
How do I read in GPS information from EXIF data in geotagged JPEG images?
As mentioned by Ashish in the above comment, imfinfo returns a GPSInfo structure containing the required data.

ongeveer 14 jaar ago | 1

| accepted

Answered
passing output between functions
Hi Silbelo, Is there some specific type of functionality you are trying to achieve? If not, then the same format as in many o...

ongeveer 14 jaar ago | 0

Answered
Similarity between two matrices of different sizes
I assume that by similarity you are referring to elements having the same values in the same locations. In that case, I suggest ...

ongeveer 14 jaar ago | 0

Question


How do I read in GPS information from EXIF data in geotagged JPEG images?
I have a bunch of geotagged JPEG images, and want to read the GPS information from the EXIF data into the MATLAB workspace. Both...

ongeveer 14 jaar ago | 1 answer | 0

1

answer

Answered
How to normalise Image intensity?
Hi Kyle, The method suggested by Sean de is fine to normalize the maximum intensity. However, it will not necessarily give yo...

meer dan 14 jaar ago | 3

| accepted

Answered
dos/system error
OK, I think I missed the most obvious thing. I just restarted MATLAB and everything is hunky-dory. Code's running absolutely fin...

meer dan 14 jaar ago | 0

| accepted

Question


dos/system error
I am trying to run an EXE from the MATLAB (r2010b on Windows XP) command prompt, and am not able to do so. I can easily use ...

meer dan 14 jaar ago | 2 answers | 0

2

answers