Changes between Version 4 and Version 5 of multiplejobs
- Timestamp:
- 10/05/20 10:25:26 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
multiplejobs
v4 v5 3 3 We are going to use a variable in the MATLAB workspace called `friction` that will be changing within a loop. In your `runme.m` script, prepare your step with a dynamic step name: 4 4 {{{ 5 #!m 5 #!matlab 6 6 %Do we need to submit the job or download the results? 7 7 loadonly = 0; … … 24 24 savemodel(org,md); 25 25 end 26 end 26 27 }}} 27 28