[問題] list中選擇一串數據的方法

看板Mathematica作者 (快樂的過每一天)時間12年前 (2012/06/13 21:04), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串1/3 (看更多)
如果 a = Table[{i, RandomInteger[{1, 3}]}, {i, 1, 10}] 假設list是: {{1, 2}, {2, 1}, {3, 3}, {4, 2}, {5, 2}, {6, 1}, {7, 1}, {8, 3}, {9, 1}, {10, 1}} 要怎樣以a[[i,2]]中,連續有3個或以上等於或大於2,來選出list呢? 例如 {{3, 3}, {4, 2}, {5, 2}} 謝謝。 -- 我的心燃燒著地獄般的仇恨 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 111.240.64.103

06/13 22:18, , 1F
Select 或是 Cases
06/13 22:18, 1F
文章代碼(AID): #1Fs8_bVk (Mathematica)
文章代碼(AID): #1Fs8_bVk (Mathematica)