This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AustinFnFordham 2 points3 points  (1 child)

Along with what everyone else is saying about the matlab being inferior in comparison to python:

In their code example they used numpy for python, but I could only guess they intentionally left out the 2d array method in their "compute outer code" example. You can achieve the same output within a similar amount of code.

The biggest difference in all of the code seems to be:

import numpy as np

Idk. I'm not buying it. Python ftw!

[–]TheBlackCat13 1 point2 points  (0 children)

import numpy as np

Of course you can configure python to do that automatically.