Can I return 'nan' value for bad data?

2 ビュー (過去 30 日間)
Struggling in MATLAB
Struggling in MATLAB 2022 年 11 月 14 日
回答済み: Star Strider 2022 年 11 月 14 日
I am writing an algorithm for a big database. I am running the algorithm in a for loop over the database trials. My algorithm works for >99% of the trials in the database. But it stops for a few due to some bad data entry. So I have to keep eye to check if my loop has stopped running. Can I force the algorithm to output 'nan' value for the cases where there are bad data? If not how should I avoid the situstion?
Here is the error message given by Matlab.
% Unable to perform assignment because the left and right sides have a different number of elements.

回答 (1 件)

Star Strider
Star Strider 2022 年 11 月 14 日
One option would be to create the left side as a cell array (so the dimensions do not have to match) and then deal with any inconsistencies when that part of the code (apparently the loop) finishes.

カテゴリ

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

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by