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!