Hi,
when I do the following it works perfectly:
a = rand(10) > 0.5;
b = rand(10);
removehole(a,b,1)
Do you have a variable called removehole? Because when I do:
removehole = rand(30);
removehole(a,b,1)
??? Index exceeds matrix dimensions.
Info
此问题已关闭。 请重新打开它进行编辑或回答。
此问题已关闭。
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!