%PID control based on Hopfield
clear all;
close all;
ts=0.001;
TimeSet=[0:ts:1];
para=[];
[t,x]=ode45('chap4_9eq',TimeSet,[0 0 0 0],[],para);
vm=x(:,1);
v=x(:,2);
F=x(:,3);
G=x(:,4);
//
// CONTROL.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///
# Microsoft Developer Studio Project File - Name="Control" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) A
Synthesizing work.control.body_control
Post processing for work.control.body_control
@W:"H:\can\cpld\rev_1\control.vhd":367:4:367:5|Optimizing register bit wr_a_up(0) to a constant 0
@W:"H:\can\cpl