フィルターのクリア

Subscript indices must either be real positive integers or logicals.

1 回表示 (過去 30 日間)
NIKET shah
NIKET shah 2018 年 7 月 3 日
回答済み: James Tursa 2018 年 7 月 3 日
How can i solve this error.

採用された回答

James Tursa
James Tursa 2018 年 7 月 3 日
Use the debugger. Type this at the MATLAB command prompt:
dbstop if error
Then run your code. When the error occurs, the code will pause at the offending line with all variables intact. Examine the indexing variables to see what their values are, then backtrack in your code to figure out why they are not the integers you expect them to be.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSolver Outputs and Iterative Display についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by