Word Data Visualisation

Version 1.3.0.1 (459 KB) by Jenny
Makes word clouds and semantic surface visualisations from a set of documents.
3K Downloads
Updated 1 Sep 2016

View License

Editor's Note: This file was selected as MATLAB Central Pick of the Week

This application takes text data from multiple sources, and visualises that data in a way which shows how the words and documents are related.
It was originally designed to analyse conference papers, but can also be used for books, articles, blogs, reviews... basically anything that's text!
There are 2 ways you can visualise data with this app:
1) Word Cloud:The size of the word indicates how much it appears across all the documents.
Words are grouped into clusters according to how frequently they are mentioned together.

2) Semantic Surface Scatter plot showing each separate document as a point in a 3D space.
Documents that are close to each other in the plot are similar to each other. This gives you a view of how the documents are related in the project. Clicking on a point will show the document title.

Copyright 2015 The MathWorks Inc.

Cite As

Jenny (2024). Word Data Visualisation (https://www.mathworks.com/matlabcentral/fileexchange/51793-word-data-visualisation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.3.0.1

Updated license

1.3.0.0

Edited main GUI to have better cross platform compatibility.

1.2.0.0

Fixed description to remove HTML.

1.1.0.0

Updated screenshot and description