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

help added

parent a4a2cfab
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,16 @@ for i=1:numel(modellist)
close_system(modelname);
end
% The way I found to get block diagrams
% programmatically (of opened system) is via:
% proplist = find_system
% paramstruct get_param(proplist{1},'DialogParameters')
% and then
% get_param(proplist{1},<paramstruct field>
%
% hence I do not see other option than
% keeping a list lije this
% updated with the template content:
fprintf('Changing block diagrams properties ...\n');
list={{'algo_template/realtime' ,'SampleTime'}, ...
{'algo_template/signal_in' ,'OutDataTypeStr'}, ...
......
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