I am using pdist, and although embracing the vector approach for reduced memory consumption, the size of the vector exceeds matlab size array preference. Any ideas how to tackle this problem?

1 回表示 (過去 30 日間)
Localizations=[fluidicsSeq{1,fcyc}.x,fluidicsSeq{1,fcyc}.y,fluidicsSeq{1,fcyc}.z];
D = pdist(Localizations);
  2 件のコメント
Steven Lord
Steven Lord 2017 年 5 月 23 日
What is the size of Localizations when you try to call pdist on it?
Guy Nir
Guy Nir 2017 年 5 月 23 日
It's really big, so what to overcome that I found a way to reduce the amount of data.

サインインしてコメントする。

採用された回答

Yuebin Zhou
Yuebin Zhou 2017 年 5 月 23 日
You may check out this link for guidelines of reducing memory consumption.
https://www.mathworks.com/help/matlab/performance-and-memory.html

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by