Parallel computing in matlab

3 visualizzazioni (ultimi 30 giorni)
sa za
sa za il 9 Set 2013
I recently became familiar with Parallel computing in a multicolor processor.in my program in matlab I have a matrix [1000,1000]and this matrix divided in two matrix [500,1000]. numbers in two matrix changing by using function 'a' .This function using 'ode45' and I should call this function 4 times(tow times for each matrix) with different parameters (Runtime: High). first I call this function for created required numbers. And in two separate for loops two matrix numbers are changing (No relationship between for loops). My processor is dual core. I have two questions : can I call function 'a' Parallel? I see using parallel computing for one for loop but can I using parallel computing for my two for loops?

Risposta accettata

Sean de Wolski
Sean de Wolski il 9 Set 2013

Più risposte (0)

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by