photo

Jhangir


University of Houston

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Fill a border of a matrix with 0's
Lets say I have a matrix A. I want to replace all the values at the border meaning, the first row, the last row, the first colu...

11 years 前 | 1 个回答 | 0

1

个回答

已回答
image filtering with median need basic help
help pls

11 years 前 | 0

提问


image filtering with median need basic help
Im trying to filter an image and remove surrounding noise, I need BASIC code which will help me do this. I have an image X, I se...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Creating a function which creates a subplot
I want to create a function that will create a subplot, in the subplot the first box will be the orignal image, the second box w...

11 years 前 | 1 个回答 | 0

1

个回答

提问


A function that separates an image into three two dimensional matrices, RGB
function [R, G, B] = Separate_RGB_components(image_RGB); %Take an Image and seperate it into three 2 dimensional matrices ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to superimpose images?
I have an image with a person in front of a green screen, I took away the green screen by finding values larger than 254 in the ...

11 years 前 | 2 个回答 | 0

2

个回答

提问


matlab display string in multiple lines
For example I want to disp('shdujfhdkjshfkjsdhkjfhkjdshfkjhsdkjfhkjsdhkjfhkjdshkfhskdhfkshdkjfhskjfdhs') but I dont want it all ...

11 years 前 | 5 个回答 | 0

5

个回答

提问


Create a new matrix that contains indices for values that are larger than X
Task 2: Use the matrix that you previously created for the values of green (G) Create a new matrix that contains indices...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Create a new matrix that contains indices for values that are larger than X
Lets say I have a matrix D and I ask the user to input a number into X. Now I need a new matrix which contains indices for value...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Combine two seperate matrices into a 3d matrix.
Lets say I have a matrix R and a matrix B. These matrices are X*Y and I want to combine them both so they are a multidimensional...

11 years 前 | 1 个回答 | 0

1

个回答