patch for old version ?

7 visualizzazioni (ultimi 30 giorni)
Adnane Soule
Adnane Soule il 19 Mar 2020
Risposto: Rik il 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 Commenti
darova
darova il 19 Mar 2020
Try to install/download function you want from here
Adnane Soule
Adnane Soule il 19 Mar 2020
I can't find the intrinsic Matlab functions I need.

Accedi per commentare.

Risposte (1)

Rik
Rik il 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.

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by