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