Statistics
5 Questions
0 Answers
RANK
119,365
of 300,343
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 20,926
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,172
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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...
9 years ago | 3 answers | 0
3
answersQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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); ...
9 years ago | 2 answers | 0
2
answersQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 1 answer | 0
