Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
You should look for the mex file sfftmodel.mex*** (where *** is platform dependent extension), if you do not find the .m file. MEX programs are faster compared to .m programs. Once you have added the paths to these mex files in MATLAB, you can use them like your normal .m file.