photo

Jeppe


Last seen: 4 years 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
2 个回答

排名
8,784
of 301,252

声誉
5

贡献数
4 个提问
2 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 21,207

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,657

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0

0

个回答

已回答
Overload mtimes for double*char
Thanks for the responses. The builtin function works perfectly.

13 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答