You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run the main.m code, Matlab indicates an error
Index exceeds matrix dimensions
error in UndistortImages(line4)
s=size(Cim{1})
Error in line 33
Cim = UndistortImages(Cim,K,d)
Please I need help
What should I do to fix to problem?
I am using Matlab 2016a
The text was updated successfully, but these errors were encountered:
When trying to run the main.m code, Matlab indicates an error
Index exceeds matrix dimensions
error in UndistortImages(line4)
s=size(Cim{1})
Error in line 33
Cim = UndistortImages(Cim,K,d)
Please I need help
What should I do to fix to problem?
I am using Matlab 2016a
The text was updated successfully, but these errors were encountered: