Integrating old toolboxes into newer versions of Matlab
2 次查看(过去 30 天)
显示 更早的评论
I have an older version of Matlab (6.1) that has a wavelet toolbox that is quite handy. I recently obtained a license for up to date versions of Matlab as a consequence of being a Matlab author but my new license does not include the wavelet toolbox because my book does not use wavelets.
I would like to use the scripts from the wavelet toolbox, like cwt, in the newer version of Matlab (2011a). It does not work even though I added the toolbox folder holding the wavelet scripts to my path in the newer version. So, (1) am I trying to do something illegal and (2) am I trying to do something technical impossible? If it is legal and if it is technical possible, can someone point out the error in my ways?
Thanks.
0 个评论
采纳的回答
Walter Roberson
2012-1-15
The toolkit version is only licensed against the corresponding MATLAB version, and MATLAB does take steps to try to prevent versions from being mixed. Toolkits also often take advantage of undocumented version-specific functionality.
So against the license, and technically difficult when it is possible at all.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Discrete Multiresolution Analysis 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!