3 Questions 4 Answers 0 Followers
Questions related from Ammar Al Abd Alazeez
Dear all, I am new in parallel computing in MATALAB and I would like to learn pmode. Please, if there any examples show how to use this tool. Kind regards Ammar
21 April 2017 8,384 1 View
Dear all, Please, I have a question: I installed 4 Virtual Machines (VM) on my computer. And I have a simple program written in MATLAB. I would like to copy this program to each VM in a...
03 April 2017 2,410 3 View
close allclear allclc a= rand(1e6,1);b= rand(1e6,1);c= zeros(size(a)); tictstart=tic;for i=1:length(a) c(i)=a(i)+b(i); d(i)=c(i)+b(i)*a(i)+b(i)/a(i)+b(i)*a(i)+b(i);...
19 August 2015 3,226 5 View