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
If STE_Full_Choise = 1 I get this error message.
Error using STE_Full_fn_2 (line 28)
Index in position 3 is invalid. Array indices must be positive integers or logical values.
Error in RF_Ident_fn_v8 (line 271)
STE_Full(:,:,:,:,i) = STE_Full_fn_2(stimulus_arr(:,:,:,i),trig_times_vec,spike_times_vec,p); If STE_Full_Choise = 2 I get another error message
Error using STA_fn_2 (line 32)
Index in position 3 is invalid. Array indices must be positive integers or logical values.
Error in RF_Ident_fn_v8 (line 284)
STA(:,:,:,i)
The text was updated successfully, but these errors were encountered:
If STE_Full_Choise = 1 I get this error message.
Error using STE_Full_fn_2 (line 28)
Index in position 3 is invalid. Array indices must be positive integers or logical values.
Error in RF_Ident_fn_v8 (line 271)
STE_Full(:,:,:,:,i) = STE_Full_fn_2(stimulus_arr(:,:,:,i),trig_times_vec,spike_times_vec,p);
If STE_Full_Choise = 2 I get another error message
Error using STA_fn_2 (line 32)
Index in position 3 is invalid. Array indices must be positive integers or logical values.
Error in RF_Ident_fn_v8 (line 284)
STA(:,:,:,i)
The text was updated successfully, but these errors were encountered: