This lesson is being piloted (Beta version)

Summary

Overview

Teaching: 10 min
Exercises: 0 min
Questions
  • Which techniques should I use for which types of problem?

  • What should I do next?

Objectives

Summary

We have leant that:

We also have learnt how to run MATLAB without the GUI and how to access MATLAB from HPC clusters.

What next?

We have covered a lot of topics in this course. However, this course is by no means exhaustive. This course covers only the basics of some essential features of MATLAB PCT that will help in improving the performance of your code by exploiting the parallel computers. It must be super-exciting to try all these techniques and tools to improve the performance of your MATLAB codes.

There are many features that we have not covered. We can also explore the use of GPUs in accelerating the performance. The topic of GPU computing in MATLAB is big enough to be a one-day workshop. See

Some tips

For helping you in improving the performance of your code, we have the following tips:

Additional resources

For additional information, we suggest the following resources:

On MATLAB Parallel Computing Toolbox

On some (best) practices for improving the performance of your code

Key Points