Statistiques
5 Questions
0 Réponses
RANG
163 655
of 301 383
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
80.0%
VOTES REÇUS
0
RANG
of 21 252
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 306
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
Question
Plotting a function of determinant values vs n values.
Hi, so I have a function s(n), that spits out a n*n matrix. What I want to do is plot the determinant of each s(n) matrix that m...
plus de 9 ans il y a | 3 réponses | 0
3
réponsesQuestion
Shifting an image using matrix manipulation.
Hi, I have a codeline that shifts an image 240 pixels horizontally. I used the code from an example in my class, however they do...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
shifting an image vertically down.
Hi, I want to shift a picture vertically down by 50 pixels here is my code: X=imread('photo1.jpg'); X_double=double(X); ...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
Replace A single element of matrix
Hi, what I want to do is replace a single value in the 201X201 identity matrix to form a transformation matrix. I know how to fo...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Error using plot, vectors must be of same length?
Hi, I'm trying to use the euler method to determine the time at which a tank drains to zero. I described the equation in an m.fi...
plus de 10 ans il y a | 1 réponse | 0
