polarch / Spherical-Harmonic-Transform

A collection of MATLAB routines for the Spherical Harmonic Transform and related manipulations in the spherical harmonic spectrum.
BSD 3-Clause "New" or "Revised" License
138 stars 40 forks source link

Lack of MATLAB/Octave version compatibility #2

Open nikyk opened 6 years ago

nikyk commented 6 years ago

1) There is no information what version of MATLAB is suitable for running the library and demo. I've found that MATLAB demo run OK for 2015b, but fails for release 2011b, 2009b. In version 2011b, the source of problems is expression "h.Position(3)" present in demo. If I comment all of those expressions, demo is run OK in 2011b

2) There is no information what MATLAB packages are required to run the library and demo. At least, one required package is "Symbolic Math Toolbox" (which is referenced in w3j.m module)

3) Octave works for most of the demo, but fails at the code that uses "Symbolic Math Toolbox".