Marcio, Maybe you are asking how to write a function and then save it so that it will be called from other functions, or from a main program. If function a(x,...
Marcio, I'm not sure I understand your question, but O-Matrix includes facilities for creating custom functions, working as a COM client, and serving as a COM...
Hi all, I'm considering migrating from Matlab to O-matrix and I was trying to find information on how i could write customized functions in such a way that...
One final piece of relevant information that other users may find useful: http://www.mathworks.com/support/solutions/files/s36851/regstats_details.html It...
Beau, Another follow-up about the least squares regression issue. Quoting from the matlab website. "Use the MATLAB® backslash operator (mldivide) to solve a...
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...
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 ...
Trying to replicate the example from wikipedia for linear regression using the following O-Matrix script ##### Code Start ################################### ...
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...
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, ...
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 seeing an increasing demand for specialized and more statistics capability in O-Matrix. We have decided that the best approach to address this is...
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 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...
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...
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...
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...
Harmonic Software has released "IPT - The Image Processing Toolbox for O-Matrix". IPT provides a comprehensive set of functions for image manipulation and...
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"...