patch for old version ?
Ältere Kommentare anzeigen
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 Kommentare
Adnane Soule
am 19 Mär. 2020
Antworten (1)
Rik
am 19 Mär. 2020
0 Stimmen
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.
Kategorien
Mehr zu Polygons finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!