Feeds
提问
Please how can I unstack a column of negative and positive values into 2 columns of positive and negative values respectively?
sr=[-34;45;28;-10;-9]. s=sign(sr). I want to obtain sr1=[-34;-10;-9] and sr2=[45;28]
9 years 前 | 2 个回答 | 0
提问
9 years 前 | 2 个回答 | 0