필터 지우기
필터 지우기

plotting visual stimulus on timeseries graph?

조회 수: 2 (최근 30일)
nines
nines 2021년 4월 12일
Hello!
I want to plot every stimulus onset as a multiple bars on the x axis on my timseries graph.
What kind of works so far is below:
onset = [100 120 130]
plot(time, timeseries); hold on
stem(ons, ones(1, length(ons)))
Which produces a graph like this:
but i want a graph that plots the onset times + 32 seconds as a line at the top of the graph:
any help would be much appreciated!

답변 (0개)

카테고리

Help CenterFile Exchange에서 MRI에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by