Skip to content

Old MATLAB script to load and compare times from rat .csv

Notifications You must be signed in to change notification settings

chiba-lab/compare-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lab-loadcsv

MATLAB scripts to load, pull data, and analyze csv files for my lab. Use pulldata or batch to get the pulldata'ed tables first before passing in the tables using any other function!

batch.m
Given an array of imported table variable names, outputs the equivalent pulldata table with an additional '_table' extension at the end.

doublebar.m
Given two arrays of imported pulldata table variable names (one table for active dominant information, the other for active submissive information), and a keyword label, this script outputs a matrix dataset that can be used to compare summated times graphically via the bar function.

filter_table.m
Given a pulldata table and a label keyword, this function outputs a new table with only the data relevant for the filtered keyword.

pulldata.m
Given an imported table, this function outputs a new table with the entry number, time elapsed between an action, and the name / label of the action itself.

summate.m
Given a pulldata table and a keyword, returns the summation of all the elapsed times for the specific keyword action.

About

Old MATLAB script to load and compare times from rat .csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages