Feeds
提问
Steps for baseline noise correction
Hi all, I am a Graduate student. I am currently working on my final year project on EEG signals. I need to do some baseline noi...
8 years 前 | 0 个回答 | 0
0
个回答提问
While compiling the below function i am getting the error like this -- Subscript indices must either be real positive integers or logicals. Error in hrithik (line 7)
this was my program function T = hrithik(x,p); alpha = input('enter the value of alpha'); IA = input('enter the value...
8 years 前 | 0 个回答 | 0
0
个回答提问
while running the below code i am facing an error that -- File: Snake.m Line: 36 Column: 21 Unbalanced or unexpected parenthesis or bracket.--please help me in this
m = 1;%mass of one link in kg l = 0.1;%half length of a link in m J = m*l*l/3;%moment of inertia in kgm^2 ml2 = m*l*l...
8 years 前 | 1 个回答 | 0
