Feeds
질문
Vectorize product into new dimension
I often run into for-loops like the following (minimal working example): A = randn(1000); b = randn(1,1000); lA = size(A,1); ...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
Create a function that interpolates matrix values
My problem is the following: Suppose we have a matrix A. I want to interpret the matrix entries A(i,j) as the values of a funct...
대략 6년 전 | 답변 수: 1 | 0