FAS-Simulator / data /utils /plot_sequence.m
introvoyz041's picture
Migrated from GitHub
09363f2 verified
Raw
History Blame Contribute Delete
99 Bytes
load("data.mat")
[x,y] = find(data);
S(x)=y;
plot(S, "k+");
xlabel("index");ylabel("event type");