MDCE Problems



Hi All, I'm developing parallel versions of matlab code. To get
familiar with mdce, I've written a simple program that works fine and
I just have to pass one file dependency:

set(job,'FileDependencies',{'myeig.m'});

Now I'm trying to translate our code to parallel computing and I have
problems with files used by the script. Questions:

- Do I have to be explicit about all mat files used by the script?
- Is there a way to share paths across computers?

If anyone can send me a parallel example that shares functions and
files would be great. I'm using matlab builtin scheduler.

Best,
Jaime

.



Relevant Pages

  • Re: how to retain function variables in base workspace
    ... I have a matlab code that's similar to this: ... I cannot use the file as a script because i need to declare function ... they disappear after i run the file) so that i can look at them and ... work more on them at the command line? ...
    (comp.soft-sys.matlab)
  • Simulink to Matlab script
    ... I am looking for a script that will auto-convert Simulink blocks to ... Matlab code. ... let's us that I have a Simulink model with blocks and ...
    (comp.soft-sys.matlab)
  • how to retain function variables in base workspace
    ... I have a matlab code that's similar to this: ... I cannot use the file as a script because i need to declare function ... they disappear after i run the file) so that i can look at them and ... work more on them at the command line? ...
    (comp.soft-sys.matlab)
  • Re: MATLAB to C/C++ conversion
    ... EMLC function would convert Matlab code to C. ... You would need Real Time ...
    (comp.soft-sys.matlab)