Modern CPUs are normally equipped with multi-cores, but to take full advantage it for your Matlab program you normally require the parallel computing toolbox. Fortunately, you have other option too. For this article, we will look into using the OpenMP to
How To Get The Maximum 401K Match From Your Company
Many companies offer 401K matching up to some percentage of your salary to encourage saving for retirement. These are free money and you should definitely take advantage of it. However, to maximize it, you need to read your company policy
How to remove a simple watermark from a picture with Matlab
Watermark is a pretty common thing you will find in many pictures or documents these days. Sometimes they are annoying for reading. Here I am going to show you a simple way to remove watermark with Matlab. In this example,
How to Control Tektronix Oscilloscope (DPO 3054) with Matlab and Python
About a year ago, my new project requires a lot of data captured from the Tek oscilloscope. I started with doing the data capture with a USB drive. But it didn’t take long for me figured that I need some
How to Obtain Data From Matlab Plot?
There are many methods to obtain data from Matlab plots. Here I am going to show you a couple of them. Method 1: Select data with “Brush/Select Data” Tool in GUI After selecting the “Brush/Select Data” tool, hold down the
How to Find Out Available Memory for Matlab In Linux
An useful command in Matlab (Windows) is “memory”, basically, it gives you some idea of how much memory is available and how much has been used by Matlab.
1 2 3 4 5 |
>> memory Maximum possible array: 3743 MB (3.924e+09 bytes) * Memory available for all arrays: 3743 MB (3.924e+09 bytes) * Memory used by MATLAB: 1072 MB (1.124e+09 bytes) Physical Memory (RAM): 3958 MB (4.150e+09 bytes) |
1 |
* Limited by System Memory (physical + swap file) available. |
However, this command is only available in Windows platform. To