image thumbnail
from Motion Control Demo by Paul Lambrechts
Model Based Design Demonstration Based on a Motion Control Case Study

StartDemo.m
% Script to start the Digital Motion Control Demo
%---------------------------------------------
%|     The Digital Motion Control Demo       |
%---------------------------------------------
%| A practical lesson in Model-Based Design. |
%| Prepared by:                              |
%| Paul Lambrechts, March, 2007              |
%| Copyright 2007, The MathWorks, Inc.       |
%---------------------------------------------
%| Note: This demo is prepared with R2006b   |
%---------------------------------------------

DMCdir=pwd;addpath([DMCdir,'\Utils'],[DMCdir,'\Model']);
clean_desk;
DMCdir=pwd;
cd('Model');
web([DMCdir,'\Utils\html\DemoScript.html'])

Contact us at files@mathworks.com