OctConf 2012: Difference between revisions

645 bytes added ,  13 June 2012
Line 187: Line 187:


Comparison of functionality between Octave and Matlab (what is the same, what is close, what is either different or significantly slower).
Comparison of functionality between Octave and Matlab (what is the same, what is close, what is either different or significantly slower).
Here are some major features and classes of functions that are present in core Matlab but not Octave.  Some are currently under development in Octave, but most are not (at least that I know of)
* Classdef classes (handle and value)
* Packages (+dir names in the load path)
* containers.Map class (handle class?)
* InputParser class (to be done correctly requires handle classes)
* MException objects
* cdflib class (handle class?)
* netcdf class (handle class?)
* hdf (4 and 5) functions
* Camera viewpoint functions
* Volume visualization
* Foreign function interface
* Java interface
* COM and Active X
* .NET
* Serial port device functions


=== Profiling ===
=== Profiling ===
Anonymous user