It script "Laplace1.m" works without errors in matlab R2018b, but in Matlab R2019b gives the following error:
6 ビュー (過去 30 日間)
古いコメントを表示

0 件のコメント
回答 (2 件)
Siriniharika Katukam
2020 年 2 月 25 日
Hi
When I tried running your code in 2018b and 2019b, I got the same error and found that it occurs in both the releases.
0 件のコメント
Steven Lord
2020 年 2 月 25 日
Nowhere in the code you've shown do you show the array place or the function place. [There is a place function in Control System Toolbox but I don't think that's what you're calling in this context.] If it's an array, look at the code that computes it to determine how an element becomes non-positive. If it's a function determine why it's returning a non-positive number.
You can set an error breakpoint to determine the specific indices or input arguments i, j, and n that result in the non-positive index.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!