Software Listing of Author : "Karl"
- Improved 'vline'
- License: Shareware
- Price:


Several improvements to original 'vline': - Vectorize plotting for speed - Allow axes handle(s) to be specified - Allow standard line options, e.g. 'linewidth' - Rotate labels if requested - Identify lines with 'vline' tags - Remove existing vertical lines easily with 'clear'.
- Platform: Matlab, Scripts
- Quick figure and plot
- License: Shareware
- Price:


Do you find yourself repeatedly typing "figure; plot(A(:,1), B(:,2), 'r'; hold on; plot(B(:,1), B(:,2), 'g')" or something similar? Then this function is for you. "fp" makes it easy to plot multiple data sets with minimal typing. It also tiles the figure windows and adds convenience buttons for closing and printing.
- Platform: Matlab, Scripts
- struct2table
- License: Shareware
- Price:


displays a struct's contents in a clear way... STRUCT2TABLE(S) displays a table with the field names in the headline and one row for each struct element: # [field name 1] [field name 2] ... dldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldc 1 S(1).([field name 1]) S(1).([field name 2]) ... 2 S(2).([field name 1]) S(2).([field name 2]) ... STRUCT2TABLE(S, F) displays only the fields with the names that are contained in the cell-array F. If the elements of F itself are also two-element cell arrays (e.g. F{1} = {'field1', 'round'}) individual display modes for each field's values can be set. Until now, two modes have been implemented, both only effective with numbers:...
- Platform: Matlab, Scripts