MatlabR2022b for academic use with Parallel Computing Toolbox
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have Matlab R2022b for academic use and I was wondering if I am allowed to use Parallel Computing Toolbox. I am trying to use "parpool". Thanks
0 Commenti
Risposte (1)
Yukthi S
il 2 Set 2024
Hi @Marcos
You can use "ver" command in Command Window to check all the toolboxes installed and available in MATLAB environment.
ver
This will display a list of all installed toolboxes. Look for "Parallel Computing Toolbox" in the list. You can use parpool if "Parallel Computing Toolbox" is already installed. Otherwise you can use MATLAB's Add-on Explorer to install "Parallel Computing Toolbox".
2 Commenti
Walter Roberson
il 3 Set 2024
You will need to go into the R2022b installer to try to install Parallel Computing Toolbox
Vedere anche
Categorie
Scopri di più su Parallel Computing Fundamentals 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!