Monday, October 23, 2017

[Matlab GUI] Plot UI: Data processing tool

It is import to know how to visualize and analyze numerical data generated after either simulation or testing. With a variety of functions of Matlab, it can be easily implemented to visualize and analyze numerical data. However, not only it is often required to buy additional licenses but also we should know how to use functions. Moreover, raw data often requires processing to change its format or structure to draw plots. 
Plot UI is the generic data processing tool which is designed to alleviate these problems. It offers four plotting modes which can draw plots with variables both from *.mat files and on the workspace of Matlab.

(24 Oct 2017)
Plotting mode
l  Plot
l  FFT (Fast Fourier Transform)
l  PSD (Power Spectral Density)
l  Bode Plot

Line property
l  Color
l  Style
l  Width
l  Marker
l  Delete

Axis property
l  Axis label
l  Range
l  Log/Linear scale
l  Title
It does not support FFT and Bode plot.

Example
1. Bode Plot

2. Plot 

3. FFT

4. PSD


No comments:

Post a Comment