photo

Jeppe


Last seen: 4年以上 前 2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
2 回答

ランク
8,809
of 301,383

評判
5

コントリビューション
4 質問
2 回答

回答採用率
50.0%

獲得投票数
1

ランク
 of 21,252

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,306

コントリビューション
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

回答