photo

Shikhnazar Ismailov


Last seen: 5 Monate vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How can the jt cycle or the actions within it be calculated in parallel?
By using the jt cycle codes in parallel, the program should speed up performance. In this case, two cycles and p0 = p 1-parall...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Index exceeds matrix dimensions.
function []=diagonal() n=41; ns=(n+1)/2; h=1/(n-1); nt=360; x=(0:n-1)*h; y=x; p0=ones(n); ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error using oddiyxy1 (line 23) Error: The variable a in a parfor cannot be classified. See Parallel for Loops in MATLAB, "Overview".
n=91; h=1/(n-1); nt=1080; tau=0.001; for i=1:n x(i)=(i-1)*h; y(i)=(i-1)*h; end for j...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


There is an error in drawing the graph!
n=41; h=1/(n-1); nt=360; tau=0.001; for i=1:n x(i)=(i-1)*h; y(i)=(i-1)*h; end for j=1:n fo...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Undefined function or variable 'p'. Error in test1 (line 32) px(j)=p(21,j);
n=41; h=1/(n-1); nt=360; tau=0.001; for i=1:n x(i)=(i-1)*h; y(i)=(i-1)*h; end for j=1:n ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort