First
|
Prev |
Next
|
Last
Pages: 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862
bsxfun passes a row vector to the function - a bug or a feature? Hi all! The documentation of the bsxfun function states that ``If an M-file function is specified, it must be able to accept either two column vectors of the same size, or one column vector and one scalar, and return as output a column vector of the size as the input values.'' I have recently found that when I ca... 25 Apr 2010 11:01
bar plot, why some bars are of diiferent width hi, When i plot the bar plot, I find the width of some bars thicker than the other? why is it? my code is --- spmax=20 xx(1:spmax,1)=1; xx(1:spmax,2)=2; xx(1:spmax,3)=3; xx(1:spmax,4)=4; bar(xx,'BarWidth',0.02) thanks in advance for the support. regards AA ... 25 Apr 2010 11:01
How to draw circle using the LINE command Hello, I would like to ask the community, if there is a way, I could plot a circle by using the LINE command. Two points of the cartesian surface are given, the one is supposed to be the centre and the other a point of the circle. So the distance between them is obviously the radius... how on earth can I draw a cir... 25 Apr 2010 14:24
the background subtraction hi all, plz if any one could help me as i want to remove the background of sign language image. Regards ... 25 Apr 2010 20:04
Kalmen Gain Hi, I have calculated the Kalman Gain using the two matlab functions 1 - kalman 2 - dlqe but the result are different, can any point out the reason. Here is the code A = [0 0 -10 0;0 0 0 10;3.315 -3.315 -.5882 -.5882;3.315 -3.315 -.5882 -.5882]; B = [0 0;0 0;8.533 0;0 8.533]; C = [.5 .5 0 0;-2.113 2.113 .375 ... 25 Apr 2010 11:01
Hidden Markov Model plz need help about how to implement HMM (Hidden Markov Model) algorithm anyone know information plz reply thanks ... 25 Apr 2010 23:23
HELP - Newton's Method Hi everyone, Is there a way to evaluate vector functions in Matlab? Eg where x = [x1;x2;x3], F(x) = [sin(x1) + 3*x2; x1^2 + x2^2 - x3; cos(x3)] Can I calculate F(x0) for some initial guess vector and use this in an iterative formula? Apparently it's not possible to make inline vector functions, is there another m... 25 Apr 2010 12:08
white pixel Dear all, I have a binary image which is thinned and then I found centroid for each connected component, Then I specify some radii considering centroid as origin. How to find whether white pixel exist within that radii having centroid as the origin in matlab. I am sending code for thinning and for fin... 25 Apr 2010 11:01
Evaluating performance of registered image Hi, I have donr image registration based on template matching method.. How can i evaluate the performance of my registered images? Is there any tool available? Or any other methods? C an anyone help me with it? ... 25 Apr 2010 09:54
read a specific interval of signal i've a matrix 1x2560 (10 seconds of an eeg signal for the first channel). If i want to read a specific interval of this matrix how can i do??........ I want to read to 2 seconds from 5 seconds...or an oter interval ... ... 25 Apr 2010 09:54 |