Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つのベクトル:
A = ['1','2','3','4','5','6','','6','7','8','','1','2','3','',''] B = ['2','3','4','','5','','','6','','7','8','9','1','4']
2 つの既存の要素を持つ値に対して A と B のみをプロットするにはどうすればよいですか? 現時点では、各ベクトルをループして、同じ行で int() が > 0 であることを確認する必要があります。