Fuzzy Rose Plot

Plotting functions for fuzzy rose diagrams.
98 Downloads
Updated 11 Nov 2017

This library includes functions for plotting fuzzy rose diagrams in Matlab. Fuzzy rose diagrams are a compact visual representation to show vectors of fuzzy numbers. Each component of the vector is represented as a petal on a circular diagram. The size of each petal is proportional to the size of the corresponding value and the shape of the petal indicates the range of uncertainty. For more details see the following paper.

A. R. Buck and J. M. Keller, "Visualizing uncertainty with fuzzy rose diagrams," in 2014 IEEE Symposium on Computational Intelligence for Engineering Solutions (CIES), Orlando, FL, 2014, pp. 30-36.

Fuzzy numbers are represented in this library as the union of many alpha cuts. By default, 1000 linearly spaced values are used, representing the left and right endpoints of each alpha cut. This results in a 1000x2 matrix for each fuzzy number. Vectors of fuzzy numbers are created by concatenating in the second dimension. A vector of M fuzzy numbers with N alpha cuts is therefore represented as an Nx(2xM) matrix. Functions are provided for generating standard fuzzy numbers (crisp, interval, triangular, and trapezoidal).

Basic functionality is also provided for plotting fuzzy weighted graphs. Circular fuzzy rose plots are used for graph nodes with fuzzy weights and rectilinear plots are used to show fuzzy weights on graph edges. Examples are provided to generate random fuzzy weighted graphs.

Cite As

Andrew Buck (2024). Fuzzy Rose Plot (https://github.com/arb9p4/fuzzyrose), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2016a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Fuzzy Logic Toolbox in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0.4

Change title

1.0.0.3

Fix description typo

1.0.0.2

Clean up formatting of description

1.0.0.1

Added image to description

1.0.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.