Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the omatrix group. File :...
omatrix@yahoogroups.com
Sep 27, 2004 6:06 pm
92
Great summary. I believe many of us will find this presentation useful. But I notice on page 10. The timing comparision are done with MATLAB 5.3. I think...
Bob, Thank you for the feedback. Although the PowerPoint file covers a lot of the same material as the our web page, hopefully it provides a more concise...
A new timing result will be very useful to help purchasing decision. I come across the website http://www.scientificweb.de/ncrunch/ and they have a similar...
Bob, Thank you for the tip. The benchmark on our website at www.omatrix.com/bench.html was actually obtained from Stefen Steinhaus at the site you reference. ...
How can I run MatLab Programs in O-Matrix? I heard that there are some new functions in Matlab for copulas, do you have something similar in O-Matrix? If you...
We have placed a linear, "printable" version of the O-Matrix manual online at: http://www.omatrix.com/printmanual/_printable.htm (Be aware if you go to print;...
Hi Beau- I think it would be helpful to do the same for the tutorial sections. It would also be nice if both could be accessed as pdf files. I used Acrobat...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the omatrix group. File :...
omatrix@yahoogroups.com
Nov 21, 2004 11:33 pm
103
Hello, I would like to hear from individuals who have installed multiple omatrix products on their computers. I have found it hard to follow the logic at times...
Anyone know of a code or program to translate Matlab scripts into O-Matrix scripts? Noel Houston...
Noel Zinn
ndzinn@...
Dec 7, 2004 1:39 pm
105
O-Matrix has a compatibility mode that enables you to run Matlab code directly. Please see, http://www.omatrix.com/manual/mlmode.htm for details. Also, you...
MessageThanks, Beau. I understand and have used O-Matrix that way. But I find it limiting, viz. certain features of O-Matrix aren't accessible in mlmode....
Noel Zinn
ndzinn@...
Dec 8, 2004 1:02 am
107
O-Matrix version 5.7 is now available. This release has added OLE/COM Automation capabilities to the O-Matrix language. Theses new automation client functions...
We are in the final stages of releasing a new version of O-Matrix Which incorporates numerous performance enhancements that we have been Working on. This...
Dear O-Matrix User: We are in the process of updating the current version of STSA, The Statistical Time Series Toolbox for O-Matrix. User comments and feedback...
Hi Has anyone developed some code to plot up a histogram? The "ghist" function is a little too sophisticated in that the width or size of the bins is adjusted...
Hi, Below please find a function that generate a simple histogram. It should do what was asked in the last message but if you find bugs or make improvements...
We are creating a toolbox of functions that will integrate O-Matrix with SigmaPlot. The toolbox provides functions for generating graphs in SigmaPlot of...
The new "SigmaPlot Interface Toolbox for O-Matrix" integrates the numerical and computational power of O-Matrix with SigmaPlot, the most widely used technical ...
Our best endorsements is the positive feedback of current O-Matrix customers. It would be greatly appreciated if you submit O-Matrix in the "Scientific...
For a lmited time Aspire Software is offering SigmaPlot plus O-Matrix with the SigmaPlot Interface Toolbox for only $850, (nearly 25% off the regular bundle...
Consider the function gaddtext(text, window_coord, text_coord) window_coord refers to the plotted area in relative coordinates [x, y] where x and y vary from...
The key is window_coord = gcoord(x, y), which will return the relative coordinates for input to gaddtext(text, window_coord, text_coord, direction) . Online...