serializability java Matlab parfor
1 次查看(过去 30 天)
显示 更早的评论
I use a toolbox written in Java javaplex https://github.com/javaplex/javaplex.github.io whene i use it with a for loop i dont hava any error, but whene i use it with a parfor loop to do parallel computing
parfor i=1:10 maColonne = mat(i,:); intervals= Calcul_interval(maColonne,options,max_dimension, max_filtration_value, num_divisions) intervals multinterval{i}= intervals; end
i have this error is not serializablethe class that causes it, is intervals, this is a code of the class https://github.com/appliedtopology/javaplex/blob/master/src/java/edu/stanford/math/plex4/homology/barcodes/Interval.java
I do not understand why i have this error "is not serializable" whereas this class implement the java.io.Serializable; !! have you any idea please
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Parallel for-Loops (parfor) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!