Jobin Geevarghese Thampi
Followers: 0 Following: 0
Feeds
已回答
Doubt In Simulink Commands
Does anyone know how to implement this figure in simulink after obtaining kp and kv values?
Doubt In Simulink Commands
Does anyone know how to implement this figure in simulink after obtaining kp and kv values?
2 years 前 | 0
已回答
I have a code but it keep saying "invalid expression. when calling a function or indexing a variable, use parentheses. otherwise check for mismatched delimiters.
functiom k=summa(n) [row col]=size(n); k=0; for ii=1:row for jj=1:col if (ii,jj)>=5 && (ii,jj)<=18 ...
I have a code but it keep saying "invalid expression. when calling a function or indexing a variable, use parentheses. otherwise check for mismatched delimiters.
functiom k=summa(n) [row col]=size(n); k=0; for ii=1:row for jj=1:col if (ii,jj)>=5 && (ii,jj)<=18 ...
2 years 前 | 0