Community Profile

photo

Yanai


Active since 2011

Professional Interests: image processing, computer vision, machine learning

Statistics

All
  • First Submission
  • First Answer

View badges

Content Feed

View by

Submitted


Circulant Matrix
Calculate the circulant matrix from input vector

8 years ago | 1 download |

Question


Should I close the matlabpool
I have an external application open an MCR, call "matlabpool open", run parallel code and quit the matlab. The above may occur ...

11 years ago | 1 answer | 0

1

answer

Question


median no longer support uint8
In matlab 2012a, why the median function doesn't support any more data types other than single or double? 2010b: median(u...

11 years ago | 1 answer | 0

1

answer

Answered
Can someone explain why I am getting the error "Not enough input arguments (line 4)"?
You use the same name for a variable and for a function ("f") When you write f = .... matlab thinks you're trying to call the f...

11 years ago | 0

Submitted


isEqualCrawler
Find if A and B are equals, and if not - why

12 years ago | 1 download |

Question


bug in matlab 2010b, trig functions (cosd, sind etc.)
results are not consistent: cosd(zeros(1,10)) ans = 0 1 1 1 1 1 1 1 1 1

13 years ago | 11 answers | 5

11

answers