Retrieve existing batch job variables while the job is still running.

5 views (last 30 days)
How can we retrieve batch job variables when the job is still running?
We have something like load(job) to load job variables but it is only available when the job is finished. Can we do it using getCurrentValueStore?.
  2 Comments
Derrell Dsouza
Derrell Dsouza on 28 Apr 2022
Edited: Derrell Dsouza on 28 Apr 2022
Lets say if I have function [a,b] = calculate(c,d). So in this case we are storing a and b so shouldn't it be available when i run the function in a batch job and use value store.

Sign in to comment.

Answers (0)

Products


Release

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!