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

scdds demo1 and demo2 updates model tree before sim and rt run

parent 05516088
Branches
No related tags found
No related merge requests found
Subproject commit ec7f98bce1d5bb462eb7ecec3c9f100bf4d78836
Subproject commit a2dc1c950fcbdf505cf12bc77af3b769e3beba92
......@@ -12,9 +12,14 @@ obj.init;
obj.setup;
%% default tunable parameters data upload to MDS for algorithm demo1
fprintf('\n### ALGO1 DEFAULT TP UPLOAD TO MDSPLUS ###');
fprintf('\n### ALGO1 AND ALGO2 DEFAULT TP UPLOAD TO MDSPLUS ###');
% TODO, this should be feasible directly from main expcode object
% by calling obj.updatemdsmodel('algo_demo1') etc.
% not it is failing due to references upload failure
demo1=algoobj_demo1;
demo1.updateparameters(-1);
demo2=algoobj_demo2;
demo2.updateparameters(-1);
%% expcode actualize
fprintf('\n### EXPCODE ACTUALIZE ###\n');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment