Feeds
질문
Rotating images after creating an image
Make a function e91.m, that takes 2 arguments, and is called like this: e91(a, rotRad); it should make a movie of a disk...
12년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
Rotating images after creating an image
[x,y] = meshgrid(-200:200); radius = 'radius'; r = input(radius); cx = 200; cy = 200; circleImage = (x-cx).^2 + (y-cy).^2 ...
Rotating images after creating an image
[x,y] = meshgrid(-200:200); radius = 'radius'; r = input(radius); cx = 200; cy = 200; circleImage = (x-cx).^2 + (y-cy).^2 ...
12년 초과 전 | 0
질문
help with summing array (sigma sigma)
Q Write a m-file e74.m that generates a random matrix A that is always 200 in width, and calculates the sum Σ Σ Where A is of...
12년 초과 전 | 답변 수: 1 | 0