Prev: how to create mask
Next: Movie with data files
From: netalee efrat on 10 Mar 2010 03:55 hello, i have a large file that i'm working with, so i devided it to several shorter files. i want that while i'm working on one file, the next file will get uploaded in the background of matlab in a way that it won't disturbe the user to work meanwhile. i know the batch('script') can do that, but i'm having trouble in using it. can anyone explain me how to use it? or does anyone has another idea for how to do what i want? the code i used: next_epoch_dir=[File{2} File_Name '\']; next_epoch_name=next_data{2}; j=batch('load_next'); load_next: data=load([next_epoch_dir next_epoch_name]); data_j=data(:,1:31); and when i want to load the file i use: load(j)
|
Pages: 1 Prev: how to create mask Next: Movie with data files |