patch for old version ?
7 次查看(过去 30 天)
显示 更早的评论
Hello
I'm using Matlab R2015b because my computer is 32bits, so I can't install recents versions. But I need to work with new versions because I have to use some functions like lsqnon or imdilate that doesn't exist in my version. I ask if there are patches to update my version ?
Thanks
2 个评论
回答(1 个)
Rik
2020-3-19
The imdilate function did exist in that release; it is part of the image processing toolbox. You could write your own alternative with a convolution if you don't have the toolbox, or you could contact Mathworks to see if they would be willing to license the toolbox.
Similarly the lsqnonlin function also exists in your release, this function in the optimization toolbox.
If you need a function, you have a few options. Either acquire a license to the toolbox and release it exists in, or find someone who posted equivalent code on the file exchange, or write it yourself.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polygons 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!