sfstoolbox / sfs-matlab

SFS Toolbox for Matlab/Octave
https://sfs-matlab.readthedocs.io
MIT License
98 stars 39 forks source link

fixes #93 #94

Closed fietew closed 8 years ago

hagenw commented 8 years ago

Cool, that looks much simpler.

hagenw commented 8 years ago

Could you maybe change (nxs(1)*x+nxs(2)*y+nxs(3)*z)) to (nxs(1).*x+nxs(2).*y+nxs(3).*z)) to make it even more obvious what is giong on.