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 year 前 | 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 years 前 | 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 years 前 | 1 个回答 | 2