Blackadder
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
I want to prepare a code for fuzzy rule based Edge detection. I have a problem with ' colfilt' command.
This response probably comes a bit late but I only just discovered the solution myself. Maybe my answer still helps you or anyon...
I want to prepare a code for fuzzy rule based Edge detection. I have a problem with ' colfilt' command.
This response probably comes a bit late but I only just discovered the solution myself. Maybe my answer still helps you or anyon...
8 years 前 | 0
已回答
colfilt() with large matrices
Also look at my response here: <https://www.mathworks.com/matlabcentral/answers/234750#answer_238217>
colfilt() with large matrices
Also look at my response here: <https://www.mathworks.com/matlabcentral/answers/234750#answer_238217>
8 years 前 | 0
已回答
i have a vector x=[1 2 3 1 4 4.3 3 3.7 4.8],consider a variable k=4:0.2:5, how many values of x are greater than k(i.e) so the output will show [2 1 1 0 0]
First, with x and k as defined by you, the output should be [2 2 1 1 0 0] You can compute this by x = [1 2 3 1 4 4....
i have a vector x=[1 2 3 1 4 4.3 3 3.7 4.8],consider a variable k=4:0.2:5, how many values of x are greater than k(i.e) so the output will show [2 1 1 0 0]
First, with x and k as defined by you, the output should be [2 2 1 1 0 0] You can compute this by x = [1 2 3 1 4 4....
8 years 前 | 0
| 已接受
已回答
How can I have the cumulative sum of the returned values of a function as a vector?
You say you expect a "vector" as a return value. Am I to assume that this vector should have 1 column and P*L*(D/6) rows, or vic...
How can I have the cumulative sum of the returned values of a function as a vector?
You say you expect a "vector" as a return value. Am I to assume that this vector should have 1 column and P*L*(D/6) rows, or vic...
8 years 前 | 0
已回答
colfilt() with large matrices
I have now looked into the code of |colfilt()| and figured out the answer to my question. The crucial information is already pre...
colfilt() with large matrices
I have now looked into the code of |colfilt()| and figured out the answer to my question. The crucial information is already pre...
8 years 前 | 0
| 已接受
提问
colfilt() with large matrices
On my Matlab 2014a installation, <http://www.mathworks.com/help/images/ref/colfilt.html colfilt()> behaves rather strange with l...
8 years 前 | 2 个回答 | 0