patch for old version ?

3 views (last 30 days)
Adnane Soule
Adnane Soule on 19 Mar 2020
Answered: Rik on 19 Mar 2020
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 Comments
darova
darova on 19 Mar 2020
Try to install/download function you want from here
Adnane Soule
Adnane Soule on 19 Mar 2020
I can't find the intrinsic Matlab functions I need.

Sign in to comment.

Answers (1)

Rik
Rik on 19 Mar 2020
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.

Products


Release

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!