フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Figure out which parts of a batch calculation with structfun produces a warning?

1 回表示 (過去 30 日間)
Peta
Peta 2016 年 4 月 23 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
If I use a command that performs calculations on several cells or arrays or fields of a structure at the same time and some of those calculations results in matlab producing a warning, is there any way that I can find out from which of the calculations the errors originates from?
Example: Say I use structfun to estimate several regression models in one call like this:
models = structfun(@(x) fitlm(x,Ytrain,'linear'), Xtrain, 'UniformOutput', false);
And some of those estimations produce a rank deficiency warning. How can I figure out afterwards which fields in the structure produced the warnings so I can treat them differently?

回答 (0 件)

この質問は閉じられています。

製品

Community Treasure Hunt

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

Start Hunting!

Translated by