![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8402070_1522126357325_DEF.jpg)
MR
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
26,342
of 297,010
REPUTATION
1
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
1
RANK
of 20,418
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,687
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 months ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 3 answers | 1
3
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 1 answer | 0