How To convert My Matlab implementation into Parallel Matlab code?
Mostra commenti meno recenti
Hello all, I have written Matlab implementation for VHGW algorithm for fast morphological operations(Dilation and erosion). It works for 0 and 90 degree structuring element. I am unable to convert this sequential code into parallel code using Parallel Computing ToolBox of Matlab. Can someone write this for me?
Risposte (1)
KSSV
il 5 Nov 2016
2 voti
Dear Niladri Chakraborty
You cannot expect some one to spend time on your code and parallel it and post it back here. YOu have to do it on your own. You may ask for tips and advises off course.
To parallel a code, you need not to parallel every bit of it. First run a profile in matlab and find out which part of code is taking long time and try to parallelise it. May be your parallel computing tool box might work on that particular part of code which consumes time.
Categorie
Scopri di più su Morphological Operations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!