To better help illustrate O-Matrix' potential and how actual users utilize the program we are attempting to put together a set of use cases, or application...
We have been adding some user stories to the site and those will be updated soon. Also, if you have O-Matrix results and/or code on your website, please post...
Thank you to all of you that provided material for O-Matrix user stories and case studies. These presentations provide an excellent method for conveying ...
KBF, The Kalman Filter Design Studio for O-Matrix is now free. All current O-Matrix license holders may obtain and use the distribution without charge. See the...
I went into mlmode and try to "load myfile" where myfile is a .mat file, but Omatrix doesn't understand load. I could have switched to Omatrix mode and use...
Greetings O-Matrix users, Early this week version 2.1 of the Statistical Time Series Analysis toolbox was released for O-Matrix. This release offers a couple...
O-Matrix Version 6.1 is now available. This release has made extensive performance enhancements especially for new multi-core CPUs such as the Intel HT, and...
If you have not yet upgraded to O-Matrix 6.1, January 29, 2007 will be the last day which special discounts will be provided for existing O-Matrix customers. ...
We have made some significant improvements to the performance of the FFT functions in O-Matrix for the next release but we have been profiling "real world"...
Harmonic Software has released "IPT - The Image Processing Toolbox for O-Matrix". IPT provides a comprehensive set of functions for image manipulation and...
With the release of "IPT - The Image Processing Toolbox for O-Matrix", http://www.omatrix.com/ipt.html we are now in the mode of gathering feedback of how the...
Hi, I want to debug (single steping)o-matrix codes like in Matlab just by simply pressing F9, F8, F5 keys (equivalent keys for commands). Let me know if...
PC, You can single-step O-Matrix code with the 'step' command, http://www.omatrix.com/manual/step.htm There is not a F key available but you can access the...
We have not provided much announcement history for the last couple versions of O-Matrix so we have Created the following version history document which will be...
We did not want to intervene with the omatrix news group and provide any moderation but the amount of spam recently has become overwhelming so we now require...
We have been seeing an increasing demand for specialized and more statistics capability in O-Matrix. We have decided that the best approach to address this is...
There are many choices available and this is right aproach that first research about degree and than get one. Master, Bachelor, Associate and Phds: ...
We have been getting quite a few prospects asking what the correspondence is between O-Matrix and Matlab functions so we added the following summary, ...
I had some correspondence with Beau from Harmonic about compiling user functions in C/C++ with the free compiler command line gcc in cygwin. Below is the...
Trying to replicate the example from wikipedia for linear regression using the following O-Matrix script ##### Code Start ################################### ...
Kurt, Your solutions bhat, i.e. beta hat in the wiki article I believe are within the stated confidence intervals? I believe that the stated bhat values in ...
Beau, Thanks for the response. Both methods are supposed to be minimising the sum of squared error (SSE) sum(observed_i - predicted_i)^2. Therefore comparing...
Beau, Another follow-up about the least squares regression issue. Quoting from the matlab website. "Use the MATLAB® backslash operator (mldivide) to solve a...