Mar 4, 2022
I use Matlab a lot for my job, and I've come to understand that Matlab is two distinct yet inter-related things:
There are countless other tools that check one or all of these boxes. But I think two things that set Matlab apart are
- It's a programming language
- It's an integrated development environment
There are countless other tools that check one or all of these boxes. But I think two things that set Matlab apart are
- it's good at array-based math (MATrix LABoratory), e.g; [1, 2, 3] + [4, 5, 6] is simple to do and built in
- it's a very simple language where a bunch of things work in ways that they probably shouldn't, which makes it attractive for engineers who didn't study computer programming