Feeds
질문
function J= GA_PID(kpid,opt) Error: Function definition not supported in this context. Create functions in code file.
% GA03.m % kpid: pid 參數 % opt=1: 畫出系統響應圖 function J= GA_PID(kpid,opt) % 將受控體轉為數位模型 ts=0.01; sys=tf(39,[1,74,0]); dsys=c2d...
6년 초과 전 | 답변 수: 1 | 0