Priyanka Gaikwad
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
how to plot scatterplot for one attribute?
lets say I have a data for attribute xyz is 23 12 43 21 43 21 334 65 32 12 and i want a graph where x axis will hold ...
7 years 前 | 1 个回答 | 0
1
个回答提问
conditional statement in one line for table columns
logic: if(p2>0) r4=q2/p2 else r4=2*q2/p2 Question : how to convert this into r4={if p2>0?r4=q2/p2:r4=2*q2/p2} in mat...
7 years 前 | 2 个回答 | 0