Ok。私はまだMatlabにかなり慣れていませんが(独学しました)、簡単な質問があります。1x6
だから私はマトリックスが以下のようになることを望んでいました:
0
0
1
0
321, 12 <--- needs to be in one box in 1x6 matrices
4,30,17,19 <--- needs to be in one box in 1x6 matrices
これを行う方法はありますか、それともそれらをすべて別々のボックスに書き込んで1x10
マトリックスにする必要がありますか?
私のコード:
event_marker = 0;
event_count = 0;
block_number = 1;
date = [321,12] % (its corresponding variables = 321 and 12)
time = [4,30,17,19] % (its corresponding variable = 4 and 30 and 17 and 19)