Commit 9df93bbb authored by Stephen Scott's avatar Stephen Scott
Browse files

Added verification model and initialization script

parent a2815485
Loading
Loading
Loading
Loading
+36.3 KiB

File added.

No diff preview for this file type.

+5 −1
Original line number Diff line number Diff line
@@ -5,3 +5,7 @@ This directory includes a verification model for verifying the new FCC system ve
Directory:

FCC_Sys_Verify.slx	Verification model for verifying FCC_Sys_New.slx against FCC_Sys_Original.slx

init.m			MATLAB script to add \..\FCC_New and \..\FCC_Original to MATLAB path

make.m			MATLAB script to create a verification model using FCC_Sys_Original.slx and FCC_Sys_New.slx
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
addpath(genpath('..\FCC_New'))
addpath(genpath('..\FCC_Original'))
 No newline at end of file