diff --git a/algos/template/mds/algo_template_create_tcl.m b/algos/template/mds/algo_template_create_tcl.m index debfaa5f0a7bde553383549db13fb9bb8c34ff00..61764c84d9d492b704c51fe48bcf5c408bfdad2d 100644 --- a/algos/template/mds/algo_template_create_tcl.m +++ b/algos/template/mds/algo_template_create_tcl.m @@ -29,7 +29,7 @@ inbus=Simulink.data.evalinGlobal('algo_template','algo_template_inBus'); inbussrc=Simulink.Bus.createMATLABStruct('inbus'); inbussrcpad.template.inputs=inbussrc; [status_out,struct_out_ala_mds,fname_out]=... - mds_create_nodes(inbussrcpad,'template_inbus.tcl','scdds','data','full_name','dim') + mds_create_nodes(inbussrcpad,'template_inbus.tcl','scdds','data','full_name','dim','signal') clear inbus inbussrc inbussrcpad %% output bus @@ -37,5 +37,5 @@ outbus=Simulink.data.evalinGlobal('algo_template','algo_template_outBus'); outbussrc=Simulink.Bus.createMATLABStruct('outbus'); outbussrcpad.template.outputs=outbussrc; [status_out,struct_out_ala_mds,fname_out]=... - mds_create_nodes(outbussrcpad,'template_outbus.tcl','scdds','data','full_name','dim') + mds_create_nodes(outbussrcpad,'template_outbus.tcl','scdds','data','full_name','dim','signal') clear outbus outbussrc outbussrcpad