Feeds
질문
Drawing a 3d polyhedra with extreme points
Hi all, I'm trying to draw a 3d polyhedra by giving as input its extrema points. I have done the following x=[2.66,2,3,3,2....
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
Finding a chain in an adjacency matrix
Hi everyone, I have a binary matrix A representing edges in a graph, of size n x m. It is easy to know if elements i and j ar...
9년 초과 전 | 답변 수: 2 | 0
2
답변질문
Creating binary matrix with at least q ones on each row
I have a matrix which is intended to represent gender, so I want it to be roughly 0's and 1's. I am doing it as follows: se...
9년 초과 전 | 답변 수: 1 | 0
