フィルターのクリア

The variable in a parfor cannot be classified

2 ビュー (過去 30 日間)
Davide
Davide 2016 年 5 月 23 日
回答済み: Walter Roberson 2016 年 5 月 23 日
While performing a simple parfor loop I get the error
Error: The variable n_min in a parfor cannot be classified.
The variable n_min is however initialized before the par loop with a simple
n_min = zeros(T,1);
and then used as a standard vector into the parfor loop. What does exactly mean that it cannot be classified?

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 5 月 23 日

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by