X is rank deficient to within machine precision.
Hi everybody, I'm doing regression on my y with x serie with 15 lag, so I have 17 column (const+1+15) in my x. When I start the regression I get this error: Warning: X is rank deficient to within machine precision. In regress at 82 I tried to search on the newsreader but I don't really understand what could ... 2 Nov 2009 08:59
Ternary Operator
I've looked at a few other threads where people are asking about ternary-like functionality, and most of the solutions are of the "punt" variety. (i.e. they seem to approach the larger issue and rework other parts of the solution, rather than provide something similar in-place) I have a problem that I haven't been ab... 31 Oct 2009 08:54
Problem saving figure in fig format
Hello, I have a GUI that I've generated that gives options for different types of plots that when selected shows up in the specified uipanel. However, for one particular plot, when I hit the "Save" button, it will not save in *.fig format. However, it will save in *.png format. I do not have this problem with any of... 30 Oct 2009 15:33
how to overcome this distance matrix to large
Hi, I have the following problem: I want to do a pdist with an large array [640*512*385] but every time I get this error: ***** ??? Error using ==> pdistmex Distance matrix has more elements than the maximum allowed size in MATLAB. Error in ==> pdist at 211 Y = pdistmex(X',dist,additionalArg); Err... 30 Oct 2009 16:39
mclmcrrt710.dll error
Hi, I am having problem to run Matlab's standalone application after I generated it. In my computer, there are Matlab R2009a and Lcc-win32 C compiler. When I tried to execute the helloWorld program, I got an error message "This application has failed to start because mclmcrrt710.dll was not found. Re-installing... 30 Oct 2009 11:05
Plotting Column Values Against Row Values
Hello, I'm just wondering if it is possible to plot 1 column value as X, against several row values as Y1, Y2....Yn. For example, I have a matrix consisting of several columns, with each row of that column containing a number from 1-107. In my array I have, at the moment, 13 columns, with each row across all colum... 3 Nov 2009 22:41
Database toolkit connection problems
I am on Vista X64 with Matlab 2009a, on a trial license trying to prove that Matlab is a great product :) - however, I am having the exact same problem - I have set up a ODBC User DSN and system DSN, the database using Windows Authentication (tried with a password/username too) and still getting the annoying message: ... 11 Nov 2009 04:33
How use datcomimport
please, I have work to do interface for DATCOM program using MATLAB. Frist, I have some error when use the function as this alldata = datcomimport('datcom.out'); MATLAB will type ??? Index exceeds matrix dimensions. Error in ==> datcomimport at 71 [casenoout casedata] = usafdatcom(files,usenan,verbose); ... 30 Oct 2009 03:30
pitch detection using zcr
How can pitch detection be done using zcr?pls let me know ... 29 Oct 2009 16:31
PITCH DETECTION
What are the different algorithms that can be used in pitch detection? ... 29 Oct 2009 13:10