Engineering
Moving average filters: the good and the bad
Moving averages are the go-to data smoothing trick for many people in Engineering and Data Analytics. However, they aren't always the best choice.
Engineering
Moving averages are the go-to data smoothing trick for many people in Engineering and Data Analytics. However, they aren't always the best choice.
Engineering
I used a lumped-body approach to approximate the properties of a brake disc and simulated its temperature increase after 100 braking maneuvers.
Engineering
I studied the brake load distribution of a Formula car using a simple Matlab script. Let me show you how I did it.
Simulink
I configured my macro pad to improve the way I use Simulink. See how you can use custom shortcuts to save time.
Python
I am sharing how I used Python to complete the second part of an example task originally done with MATLAB. I learned more about slicing dataframes and making histograms with two different libraries
Python
I used Python to complete the first part of the task from my previous post in the series. I learned about formatting plots and indexing Pandas dataframes.
MATLAB
I am sharing an example of the workflow I would follow for getting insights from real-world data using histograms and some very basic statistics.
Python
Stick with me in this series of posts if you want to see some examples of using Python for MATLAB users. I am not an expert, and the code I will share can probably be improved, but I think these practical examples can be useful for a beginner like me.