MATLAB PARALLEL COMPUTING TOOLBOX - S Guía de usuario Pagina 419

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 656
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 418
dload
11-75
When loading Composite objects, the data is sent to the available parallel pool workers. If
the Composite is too large to fit on the current parallel pool, the data is not loaded. If the
Composite is smaller than the current parallel pool, a warning is issued.
Examples
Load variables X, Y, and Z from the file fname.mat:
dload fname X Y Z
Use the function form of dload to load distributed arrays P and Q from file fname.mat:
[P,Q] = dload('fname.mat','P','Q');
See Also
load | distributed | Composite | dsave | parpool
Vista de pagina 418
1 2 ... 414 415 416 417 418 419 420 421 422 423 424 ... 655 656

Comentarios a estos manuales

Sin comentarios