フィルターのクリア

HELP! Koch Square Error: A(I): index out of bounds; value 4 out of bound 3

4 ビュー (過去 30 日間)
Mohanad Arafae
Mohanad Arafae 2016 年 11 月 14 日
回答済み: KSSV 2016 年 11 月 15 日
I don't know why I'm getting this error. Can anyone please tell me the problem and how to fix it?

回答 (1 件)

KSSV
KSSV 2016 年 11 月 15 日
Check this line in your code:
v=[newpointsx(4);newpointsy(4)]-[newpointsx(2);newpointsy(2)]
you have defined newpointsx(1),newpointsx(2) and newpointsx(3) but you have not defined newpointsx(4) and you are trying to call/ use it in v. Same thing with newpointsy, so the error is popping out. Define newpointsx(4) and newpointsy(4) before/ above v.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by