photo

Jeppe


Last seen: 4 years ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
2 Answers

RANK
8,767
of 301,186

REPUTATION
5

CONTRIBUTIONS
4 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
 of 21,188

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,292

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
how to calculate the total white dots/ white region in this image
To read in the image, use M = imread('result2cars.jpg'); Because your image is a grayscale image, M is just a matrix...

13 years ago | 0

| accepted

Question


Crash when overloading returns custom class
Here is a minimum working example of my problem. It consists of two files in two directories, like this: ... myClass...

13 years ago | 1 answer | 1

1

answer

Question


Variable assignment of new class through mtimes works in command window but not in m-files.
I have overloaded the function mtimes to return a variable of my own class (called unit), when the inputs are of class (double, ...

13 years ago | 0 answers | 0

0

answers

Answered
Overload mtimes for double*char
Thanks for the responses. The builtin function works perfectly.

13 years ago | 0

Question


Overload mtimes for double*char
I am working on a Matlab class that handles numbers/matrices with physical units. I would like the user to be able to write the ...

13 years ago | 3 answers | 0

3

answers

Question


Locating similiar, connected entries inside matrix
Imagine having a logical matrix, with all zeroes, except a few separated islands of ones. Like this: [0 0 0 0 1 0 0 0 0 1;...

13 years ago | 1 answer | 0

1

answer