Skip to content

Commit

Permalink
Update matlab-remote-job-submission.md
Browse files Browse the repository at this point in the history
Fixed syntax error in Matlab parallel example script
  • Loading branch information
chnixi authored Dec 12, 2024
1 parent 0375cb5 commit 8cf57a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ for loop:
% A parfor loop will use parallel workers if available.
tic
**parfor** i = 1:10000000
parfor i = 1:10000000
A(i) = sin(i*2*pi/2500000);
end
toc
Expand Down

0 comments on commit 8cf57a6

Please sign in to comment.