Feeds
질문
How about matlab size function ?
Why is the size of matrix b different from the size of matrix a? Please, any suggestions? How to fix it ______________________...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
Rename integration variable in symbolic result
Hi, There is an ambiguity in the name of vaiable x. In the code below, I use x is a function of the variable t and Matlab use...
대략 2년 전 | 답변 수: 2 | 0
2
답변질문
Error while using dct on gpu. Matrix dimensions must agree.
N=8; A=gpuArray(rand(N,N,N)); B=dct(A);
4년 초과 전 | 답변 수: 1 | 2