Answered
load columns from file with headlines and dates
it can be read by using csvread command of matlab

11 years ago | 0

Answered
how to plot the graph
for i = 1:10 if(t(i) <= 0.75 && t(i) >= 0.5) r(i,1) = (a*(1-cos(8*pi*t)))/2; else r(i,1) = 0; end end plot(...

11 years ago | 0

Question


how to detect mouse click and release using matlab commands
I want to record the duration of mouse press. how can I do it I`m able to capture the mouse press event. Pls help me how to cap...

11 years ago | 1 answer | 0

1

answer