Can somebody tell me what I am doing wrong with the quiver plotting function when I don\'t really get arrows, it just fills the em开发者_如何学运维pty space with lots of blue.Look at the image below a
can someone tell how to do the cross-corre开发者_C百科lation of two speech signals (each of 40,000 samples) in MATLAB without using the built-in function xcorr and the correlation coefficient?
I am collecting data and plotting that data in real time. The data are produced by a motion capture system. I have one class DynamicDataset that is just a wrapper around a 2-column matrix (although it
I am a newbie at MATLAB and apologies if this question is already repeated. I have a matrix, where each row is a vector. I am trying to normalise each vector into a unit.
I have an m x n Matrix, which I call d开发者_高级运维ata. The last column consist of values between 1 and 7.
I am trying to execute local binary pattern in MATLAB using the image processing toolbox. When i execute I can\'t get a LBP image and LBP histogram.
I know that it is just a warning and it will not affect the code .. but my problem is that I need to show the image in its real siz开发者_C百科e without any zooming out .. is that possible in imshow f
I have a vector with positive/negative signals and zeros (no signals): X=[0,0,1,1,1,1,0,0,-1,-1,0,0,0,1,1,1,0,0,-1,0];
I have a matlab function that returns results in a uitable. There are 2 columns and lots of rows to the table: first column is \"values\" and second column is a \"safety threshold/confidence interva
I hacked up a recursive function in Java for a homework problem in my Stats class, that looked something like this: