Feeds
답변 있음
rectangularPulse: no drop to 1/2 at edges
If you don't mind converting it to a double after applying inputs, wrap the result in the ceil() function. y = ceil(rectang...
rectangularPulse: no drop to 1/2 at edges
If you don't mind converting it to a double after applying inputs, wrap the result in the ceil() function. y = ceil(rectang...
거의 8년 전 | 0
문제를 풀었습니다
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
9년 초과 전
질문
How do I apply a function to every 2D plane of a 3D gpuArray?
I have a gpuArray, A, of dimensions (Nx,Ny,Nz). I would like to apply a function on every (x,y) slice. Essentially: for z =...
거의 10년 전 | 답변 수: 1 | 0



