PAmcconnell / matlab_tools

misc matlab functions created by others

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

general-tools/matlab-tools

Description

General MATLAB code used by the lab.

Code

  • Manipulate CSV files:
    • readCsv.m: Reads CSV files into a cell array (1xnColumns) of structures with fields header (first cell in column) and col (cell array of other cells in column).
    • mergeStructures.m: Merges structures of the form readCsv outputs. Straightforward way to merge CSV files.
    • writeCsv.m: Saves CSV files based on structure of the form readCsv outputs.
    • correctCsv.m: Removes quotation marks from CSV files.
  • Manipulate strings:
    • cellstrfind.m: Determines if any strings within cell array are within another cell array of strings.
    • cleanPath.m: Removes extraneous forward slashes from paths.
    • stringReplace.m: Performs string replacements throughout cell arrays, structures, etc.
  • Miscellaneous:

About

misc matlab functions created by others

License:MIT License


Languages

Language:MATLAB 100.0%