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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 3 | 0
