Skip to content

Fluent – Data Frame for MATLAB. "Falling in love with MATLAB again"

Notifications You must be signed in to change notification settings

SoerenSofke/Fluent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

badge

Fluent – Data Frame for MATLAB

Install

Past the link below into your MATLAB Command Windows and press return. Done!

websave('Fluent.m', 'https://bit.ly/Fluent-latest')

Now operate on Data Frames

Use a table-like structure that is supplemented with expressive methods for lean and fast data analysis and exploration.

Use the fluent interface

You can program very compactly without assigning intermediate results to variables. Just by chaining method calls.

And write less code

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')
drinks.svg

Figure 1 — Comparison of alcohol consumption per continent.

About

Fluent – Data Frame for MATLAB. "Falling in love with MATLAB again"

Resources

Stars

Watchers

Forks

Languages