Very nice and simple introduction to parallel computing!
@ManishSharma-eu4wy3 жыл бұрын
Nice explanation. Thank you!
@samanlashkari17029 ай бұрын
Very Nice! Thank you.
@ilovematlab84854 ай бұрын
Glad it was helpful! Please subscribe
@praneetimitra40403 жыл бұрын
How to run three screens with the same GUI at a same time in 3 different computers with the same code? I have a code which plays and forms a GUI and now I want that same GUI exact to be run on the three screens at the same time together with the same code used. How to modify my present code so it happens they way I want?
@ilovematlab84853 жыл бұрын
Sorry, but you need to furnish more details. Are you using MATLAB code or App designer for forming gui? When you say 'three computers', do you mean you have loaded your code in three different processors or three screens are connected with same processor? Now, if you have three different processors, do you have any synchronization mechanism between the three? Please help us to get help. Thanks P.S. You can mail us at maquib@student.nitw.ac.in to get prompt reply
@anishsarkar10993 жыл бұрын
if i want to solution {I} as 2d Array Then how to use that
@ahmedmajid73694 жыл бұрын
good explain .... how can show the CPU history ?
@ilovematlab84854 жыл бұрын
Thanks, R u asking about Linux or windows?
@ahmedmajid73694 жыл бұрын
@@ilovematlab8485 You welcome I have Windows 10
@ilovematlab84854 жыл бұрын
m.kzbin.info/www/bejne/n5DdmKmfiLOqd9E check this video
@rksb934 жыл бұрын
good job brother!! I am working on a simulation that has several parallelizable and several serial functions; I am trying to run matlab on a hpc environment where I dont have access to a GUI; would you be able to tell me how to check number of workers when I can only see the terminal?
@ilovematlab84854 жыл бұрын
Thanks, you can use 'top' command from terminal to check CPU usage. If you further wants to check Cores usage, press key 1 after using top in terminal.