nass-simscape/demonstration/demonstration_main.m
Thomas Dehaeze f0e83d7c39 Huge Change
- Add may folders
- Add IFF and HAC-LAC scripts
2018-10-07 22:07:21 +02:00

14 lines
259 B
Matlab

%%
clear; close all; clc;
%% Demonstration of stroke of each stage
% Initalize data for demonstration
run displacement_init.m
% Run the simulation
run displacement_sim.m
%% Test the measurement of sample position
run sample_pos_init.m
run sample_pos_sim.m