![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8402070_1522126357325_DEF.jpg)
MR
Followers: 0 Following: 0
Feeds
질문
Solve ODE with array forcing function
I want to solve a simple ODE of the form like below ( current in a RL circuit): dIdt= k1*I+k2*V, where k1 and k2 are constan...
3개월 전 | 답변 수: 1 | 0
1
답변질문
Error for Scripts on GPU
Hi, I am building a function, and calling it with on gpu with @arrayfun(). That function calls another function inside of it, a...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
imresize() with very large files
I am trying to resize/downscale very large RGB images (86400x57600x3) by a factor of 4 (bicubic, factor 1/4) using imresize(), b...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
Using Arrays inside arrayfun()
I'm using gpuArrays with arrayfun to speed up calculations, and I would need to pass an array inside the call, as such ...
대략 7년 전 | 답변 수: 3 | 1
3
답변질문
Loop with GPU arrayfun
I'm looking at the Matlab example on rendering Fractals with GPUs ( <https://www.mathworks.com/help/distcomp/examples/illustrati...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
imresize() Extra Resolution Benefit Limit
Hi, I'm generating highly detailed images at much higher resolution than what will be displayed and/or printed, and I use imres...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
Many Decimals with vpa()
I understand vpa can give my many decimals of pi, for example. But what if I want to input myself a number with many digits, say...
대략 7년 전 | 답변 수: 1 | 0