photo

MatlabEnthusiast


Last seen: 3 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

12 个提问
1 个回答

Cody

0 个问题
5 个答案

排名
20,048
of 297,457

声誉
2

贡献数
12 个提问
1 个回答

回答接受率
91.67%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
48,439
of 158,938

贡献数
0 个问题
5 个答案

评分
70

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • First Review
  • Commenter
  • Solver

查看徽章

Feeds

排序方式:

提问


Remove pixel whose value is below given threshold
Hello, how can i remove pixels from an image whose values are below/above a given threshold value? As far as I know images in M...

3 years 前 | 4 个回答 | 0

4

个回答

提问


image block clustering using kmeans
Hi all. I have block from an image obtained using: BlockImage = im2col(A,[m n],'distinct') How best can I cluster similar bl...

3 years 前 | 1 个回答 | 0

1

个回答

提问


get distnct blocks contained in a given matrix.
Hello. Lets say an image of size [M N] to blocks of size [i j] each. using the following piece of code: A = im2col(im,[i j],'di...

3 years 前 | 1 个回答 | 0

1

个回答

提问


how to extract frames from video using video reader efficiently
Hello. I extract frames from a video with file extension .mp4 using the code below following this discussion: vid = VideoRe...

3 years 前 | 0 个回答 | 0

0

个回答

提问


use gpu for image processing
hello, I have created about 1500 images on disk. I process them, store the results as mat files on disk, say image1_result1.mat,...

3 years 前 | 1 个回答 | 0

1

个回答

提问


pre-define a struct/array of structs in attempt to get rid of out of memory error.
Hello, how can i pre-define an array/struct of structs? Motivation. I was dynamically creating an array that grew with every ite...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Image format converstions for processing
hello, all. i have an rgb image of class uint8 with dimension m-by-n-by-3 that i need to convert to double with dimensions m-by-...

4 years 前 | 1 个回答 | 0

1

个回答

提问


unable to perform assignment error in im2col
Hello, I think am making a basic error somewhere but I can not figure it out yet. How best can I achieve this, or what type of ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Retain rgb image after processing
Hi all. how are you? How can I retain a colored image from a processed image. I know how to extract RGB color components(chan...

5 years 前 | 1 个回答 | 1

1

个回答

提问


How to plot a 2d potential function
Hi all. Today I came across a function f(X,Y) = cos(2*pi*X)(1+3Y) + ((2*pi*y)^2)/2. I thought this was a 3d function but appar...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Solving a homogenous non linear system of equations in MATLAB
Hi all, I have the following homogeneous system. I am wondering how I can solve this in MATLAB, that is if it even has a solutio...

7 years 前 | 1 个回答 | 0

1

个回答

已解决


Eight Queens Solution Checker
Write a function to verify whether an arrangement of queens on a chessboard is a valid solution to the classic <http://en.wikipe...

9 years 前

已解决


Help the Patriots get to the Super Bowl
Given a football by the Patriots, return it to them with 2 psi less air in it. (The original psi is passed as a number to the...

9 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

9 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

9 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 years 前

已回答
Viewing answers numerically from pdetool box
Thanks very much, am definitely trying it out tomorrow and letting you know if anything weird, or cool happens. thanks for the r...

11 years 前 | 0

提问


Viewing answers numerically from pdetool box
hi all, how can i view the answers to a given pde that i solved using the pde tool? i want to see the solution matrix but the p...

11 years 前 | 2 个回答 | 1

2

个回答