Community Profile

photo

sam


Active since 2013

Statistics

Content Feed

View by

Question


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...

11 years ago | 2 answers | 0

2

answers

Answered
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 ...

11 years ago | 0

Question


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...

11 years ago | 1 answer | 0

1

answer