photo

Jeppe


Last seen: 4년 초과 전 2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
2 답변

순위
8,770
of 301,213

평판
5

참여
4 질문
2 답변

답변 채택
50.0%

획득한 표
1

순위
 of 21,191

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,422

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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년 전 | 0

| 수락됨

질문


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년 전 | 답변 수: 1 | 1

1

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Overload mtimes for double*char
Thanks for the responses. The builtin function works perfectly.

대략 13년 전 | 0

질문


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년 전 | 답변 수: 3 | 0

3

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변