>your 40 line script has finished running in 5.28 seconds, sir.
why the fuck do they still teach this shit when python and R exist?
>>106488821Genuinely baffling. Industry inertia?
>>106488821Good docs, simulink, and not having to deal with freetards when you have a problem.
Gnu Octave won.
>>106488813>it just works>used by any serious company for tech>no freetards>no indians (they cant afford it)>readable>no retarded "but my way is better" autists>plenty of toolboxes that just work>easy to use guess it's that simple
What were you trying to do?
How did Mathworks drop the ball on neural networks so badly? They still don't have tools comparable to Keras, which is what I'd expect Matlab NNs to be. They're trying, yet so much is missing. But more than that Matlab's a linear algebra beast with dead simple GPU integration, so how did they fall so far behind python?
>>106488813Of course I wouldn't be able to use it today, but the computer arithmetic course at university was the only time I was good at maths (and I it was fun).
>>106488821Python and R can't compete with the documentation and the sheer number and completeness of the toolboxes. Also if you can manage to follow general best practice it is fairly performant because most of your processing time will be spent in their optimised toolbox functions.
That was fast
>>106488821Better visualization.
>>106488813why would i use this instead of mathematica?
>>106490159Based. I’ll defend Matlab against the freetards, but Mathematica is the goat. The argument for Matlab is probably certain domains where you’re using simulink, but I don’t have experience with Wolfram’s similar product SystemModeler to say whether it’s better.
>>106488813>a 40 line script cannot take a lot to runare you retarded?
>>106488821The non-meme answer is inertia. It's worse than Python and R in every way.
>>106488813I can make 10 line script that will take days to finish, what your fucking point?Also, unless you're using specialized modules like Simulink what's the use-case for this proprietary trash compared to Numpy?
>>106489284>no indians (they cant afford it)>neet didn't know about uni provided licensesLol
>>106490351>proprietary trashI instantly lose respect for Stallmanites when they talk this way.
>>106488813I wish they had forced us to learn Mathematica instead of Matlab in uni. Matlab is just a worse python in my experience while as Mathematica seems actually useful and distinct from toy scripting languages given its computer algebra capabilities.
>>106490159>>106490333>>106490661Stephen Wolfram is an incredibly autistic retard that wants everyone to use Wolfram Language for everything. Wouldn't be surprised if the Mathematica installation is like 20GB by now with all the bloat, and outside of some technical computing where it's genuinely useful, it's a hobby language at best.
Why the fuck does Matlab not have static explicit types (or whatever they're called). I think like 90% of my time being frustrated with this software was just trying to wrestle with whatever all kinds of stuff I can stick into the functions and what they can return. God Matlab would be so much fucking better with types.
>>106490941everything would be better with types for the small price of a bunch of zoomers foaming at the mouth
>>106488826>industry inertiamore like "industry shilling"Industry gives free licenses to students and universities just so that people get used to the tools, which will automatically get them into workforce in their specialized workflow
>>106489284>>it just worksLimited for anything more niche than a tutorial from their page use>>used by any serious company for techThese so called "serious companies" are all bloated old companies where people don't do shit for weeks and don't get fired>>no freetardsyou obviously don't know what you're talking about since Octave exists>>no indians (they cant afford it)See above, + cracks exist. You're dumb>>readableif you did anything in life you would know that python is as readable as matlab>>no retarded "but my way is better" autistsyou never went to matlab community forum huh?>>plenty of toolboxes that just workthat box you in, and if you need anything more or specific then you're fucked>>easy to use just like pythonYou either just started your uni work or you never did anything real
>>106488821The huge library of function, gnuplot looks better and it's excellent but matlab has everything plus documentation in a single package.Octave by comparison is a clusterfuck and comparatively without documentation.>inb4 matlab or octave are slowYes, but most problems are related to people using C-like programing instead of more vectors
>>106488813saar*
ITT : /g/ criticizes yet another technology worth learning to get a high paying job
>>106491373Can you actually land a good job with MATLAB?
>>106490941They're getting better at types while staying dynamichttps://www.mathworks.com/help/matlab/ref/arguments.htmlit's definitely the worst part about looking at some other brainlet's code. Using size constraints on arguments is a godsend too. Keeps me sane and avoids the temptation to overengineer.
>>106491512Only if you're an engineer not a software engineer. If you're worried about AI taking your job don't bother with Matlab.
>>106491184>t. i only used matlab for vectorsmatlab has specific real life integration out of the box that python can only dream about, I can program a real system, hook it on matlab and it does it out of the box, on any other language you need a shitton of middleware slop>python as readablepython is a programming language that needs an IDE, matlab provides an IDE >no indiansthis x1000, indians flock the open source free slop, matlab is out of their league>toolboxesthey are extensive enough for any needI know you're brown, give it up and claim Jupyter is just as good, no need to overreact
>>106492516>I know you're brown, give it up and claim Jupyter is just as good, no need to overreactDoes Matlab even have the equivalent of notebooks, or are those somehow "useless"
>>106492957> Notebookshttps://www.mathworks.com/help/matlab/live-scripts-and-functions.html> JupyterYes, they reworked the whole ui so it runs in browsers. I hate it because figures are migrating to the newshit and old ui elements are going away. But you get 20 hours a month of free matlab in the cloud, which is actually useful and works really well in browsers.https://www.mathworks.com/products/matlab-online.html
>>106492957yes, mlx or live script, allows you to run portions of the script, insert images and moreyou can also run scripts easily in matlab, convert .m code into c++ and have it more optimized than pycuk will ever be