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


