Past the link below into your MATLAB Command Windows and press return. Done!
websave('Fluent.m', 'https://bit.ly/Fluent-latest')
Use a table-like structure that is supplemented with expressive methods for lean and fast data analysis and exploration.
You can program very compactly without assigning intermediate results to variables. Just by chaining method calls.
Build boilerplate-free data analysis application in a language you already know — and you will fall in love with MATLAB again.
An example using Fluent would look like this:
Fluent('https://bit.ly/drink-csv').group('continent').mean.bar('continent').print('drinks.svg')
Figure 1 — Comparison of alcohol consumption per continent.