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
I get an error about incorrect matrix dimensions in the demo_endoscope.m line 249 - number of column of neuron.A is different from the number of rows in matrix neuron.C This is most probably due to an error in the updateTemporal_endoscope.m where the matrix A is not updated. Probably, a line
obj.A = A(:,~ind_del);
is missing at the end of the function.
The text was updated successfully, but these errors were encountered:
I get an error about incorrect matrix dimensions in the demo_endoscope.m line 249 - number of column of neuron.A is different from the number of rows in matrix neuron.C This is most probably due to an error in the updateTemporal_endoscope.m where the matrix A is not updated. Probably, a line
obj.A = A(:,~ind_del);
is missing at the end of the function.
The text was updated successfully, but these errors were encountered: