Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Modifying vectors for plotting...

3 ビュー (過去 30 日間)
sas0701
sas0701 2013 年 3 月 5 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi I have the following vectors
x(:,1) = 1 1 2 2 3 4 4 5 6 6 120 etc; % There is no pattern. These are the session #s.
y(:,1) = 10 20 20 30 40 40 40 50 etc..% These are the levels.
a(:,1) = 1 2 3 4 5 6 7..120% % Session #s as in x
b(:,1) = 12345 12345 12345 12346 12346 etc %dates associated with the session.
a and b go together. i.e. a has unique sessions from 1 to 120. b has the associated date. Note multiple sessions might have been completed on the same date.
x and y go together. I want to plot session vs levels (x vs y) BUT need to pay attention to dates. i.e. if multiple sessions (1, 2 ,3) were run on the same date (b), then they have to be stacked together..
THanks!
S

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by