フィルターのクリア

serializability java Matlab parfor

1 回表示 (過去 30 日間)
arnaud ensberg
arnaud ensberg 2016 年 2 月 9 日
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 件)

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by