Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- clear all
- close all
- clc
- % 1. Read matrix
- harp = readmatrix("harp.csv")
- plot(harp)
- % 2. Read timetable (use fs)
- % Import data into a timetable
- tbl = readtimetable("harp.csv", "SampleRate",50)
- plot(tbl,"Var1")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement