photo

sam


Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

2 Questions
1 Réponse

RANG
222 053
of 301 200

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 190

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 339

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

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

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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 ...

plus de 12 ans il y a | 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...

plus de 12 ans il y a | 1 réponse | 0

1

réponse