Introduction to Object-Oriented Programming in Matlab
In this long overdue post, I help you get started with Object Oriented Programming (OOP) in Matlab. We start with a little bit of history of OOP, talk about why and when this is useful and turn to few...
View ArticleMathematical operations in Matlab and the point
The point of this post is to talk about doing mathematics in Matlab. This is an extension of our previous post on Kickstarting Matlab. You will learn how to use all mathematical operators and get to...
View ArticleStucked? How to get some help.
While my goal here is to help you out with Matlab and other data analysis endeavors, I can’t cover the vast number of problem you may encounter. Still, I can provide you with a general approach that...
View ArticleICA demystified
This post has been on the back of my mind for quite some time, ever since I wrote about Principal Component Analysis. Independent Component Analysis or ICA is an algorithm to extract underlying...
View ArticleHow and when to convert between data types
In this post, we talk about data types and extend on our previous post on the matter. You will learn how to convert between them but more importantly when and why you should consider such things. As...
View ArticleLogical operations and logical indexing in Matlab
In this post, we talk about logical operations but also how to use your Matlab skills to analyze your shopping expenses (Yes, we are all absolute nerds and love it). You will learn how to use logical...
View ArticleDebugging in Matlab
You’ve just finished writing your latest and greatest Matlab program. You’re sure this program will solve all the world’s (or at the very least all of your) problems. Just as you run your program, you...
View ArticleHappy new 2015
It is an established tradition that blogs will look back on new year and discuss past achievements. I also felt it was a good opportunity to share with you some results from this website statistics and...
View ArticleRounding errors
I would like today to talk about one very important concept that is often overlooked when you learn to use a computer for data analysis : Rounding errors. In Matlab as in other languages, numbers are...
View ArticleAlgorithmic Trading in MATLAB : WFAToolbox
Today, I would like to welcome Alex from WFAToolbox who will present their latest trading tool in Matlab. Let us introduce you WFAToolbox – MATLAB App that allows you to develop algorithmic trading...
View Article