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

Update getSHrotMtx.m #4

Closed leomccormack closed 4 years ago

leomccormack commented 4 years ago

Newer versions of Matlab do not permit variables to have the same name as functions,( in the same scope). Renaming the function "W" to "Wf" (or anything else) fixes the error.