Personal tools

MatLab Timeseries

From MohidWiki

Jump to: navigation, search

The timeseries tools for MatLab is a colection of tools for displaying MOHID formatted time series in the MatLab environment.

It is availiable trought the SourceSafe database "SmallTools".

List of tools

tsplot

Opens and plots MOHID time series output files. Saves mat files with time series columns and a graphics file with the plotted timeseries in the timeseries folder you selected.


plot_var(time, var, name, save, path)

Simple plot of a variable(vector var) in time(vector time). If save option is on, a png file will be saved in the folder "path" with the name "name".