Feeds
提问
Who know how to do this interpolation problem
Image processing. Write a function to display a color image, as well as its red, green, and blue layers separately. The functi...
13 years 前 | 2 个回答 | 0
2
个回答提问
Stimulation of brown motion, asked by a beginner
Animation: Brownian motion. Write a function with the following declaration: brown2D(N). The function takes in a single...
13 years 前 | 2 个回答 | 0
2
个回答提问
Can anyone help me solve this coin toss problem. I am a beginner
function cointoss a=round(rand(1,5000)); b=ones(1,5000); c=cumsum(a); d=cumsum(b) e=a./b plot(1:5000,e(1...
13 years 前 | 3 个回答 | 0
