photo

sam


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

2 Fragen
1 Antwort

RANG
127.759
of 301.213

REPUTATION
0

BEITRÄGE
2 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 21.191

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.422

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


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

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

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

mehr als 12 Jahre vor | 0

Frage


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

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort