photo

Odom Seng


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
217,409
of 300,871

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,460

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答