Feeds
질문
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년 초과 전 | 답변 수: 3 | 0
3
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 2 | 0
2
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
