Skip to content
Snippets Groups Projects
Commit d8d25da2 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

cfssystem model simulating

parent 90dbeeed
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -10,10 +10,10 @@ cfs1 = algoobj_cfs1;
cfs2 = algoobj_cfs2;
%% wrapper objects
wrapper1 = SCDclass_wrapper('wrapper1',1e-3);
wrapper1 = SCDclass_wrapper('SCDwrap_cfs1',1e-3);
wrapper1 = wrapper1.addalgo(cfs1);
wrapper2 = SCDclass_wrapper('wrapper2',1e-3);
wrapper2 = SCDclass_wrapper('SCDwrap_cfs2',1e-3);
wrapper2 = wrapper2.addalgo(cfs2);
%% node objects
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
%% Expcode setup
obj=SCDexpcodeconf_node06_cfs_test;
%% expcode actualize
obj.actualize(-1);
%% algorithms objects
cfs1 = algoobj_cfs1;
cfs2 = algoobj_cfs2;
%% wrapper objects
wrapper1 = SCDclass_wrapper('wrapper1',1e-3);
wrapper1 = wrapper1.addalgo(cfs1);
wrapper2 = SCDclass_wrapper('wrapper2',1e-3);
wrapper2 = wrapper2.addalgo(cfs2);
%% node objects
node = SCDclass_node(6);
node = node.addwrapper(wrapper1,1,1000);
node = node.addwrapper(wrapper2,2,1000);
%% expcode simulate
sim('cfssystem');
\ No newline at end of file
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment