>>22Grasping at fucking straws with those links. No matter how many links you find of people solving problems with it, MATLAB has been used to solve more problems easier.
There is an obvious correlation between matlabs ease of matrix manipulation and matrices being used as the default data type. One example, you can turn any number into a matrix by appending elements to it because it was already a matrix to begin with. This doesn't sound useful until you've used it enough.
as for your one based comment, we all know by now that zero indices are a relic of pointer offsets. I agree that array indicates should start with 0, but only because of convention. It makes sense to start with 1.
Its funny that you mention Fourier analysis as a potential weak point of MATLAB. I posted code on old /prog/ showing just how simple it is to do Fourier analysis with it. No one actually cares about indefinite integrals. its not a real problem until you have the parameters to calculate the integral. MATLAB actually does have a symbolic toolbox but its not well developed because real engineers solving real problems don't masturbate to symbolic programming languages.