Jhangir - MATLAB Central
photo

Jhangir


University of Houston

Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB AnswersFrom 10/13 to 01/25Use left and right arrows to move selectionFrom 10/13Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
39.062
of 296.468

REPUTATION
1

CONTRIBUTIONS
9 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

ongeveer 11 jaar ago | 1 answer | 0

1

answer

Answered
image filtering with median need basic help
help pls

ongeveer 11 jaar ago | 0

Question


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...

ongeveer 11 jaar ago | 2 answers | 0

2

answers

Question


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...

ongeveer 11 jaar ago | 1 answer | 0

1

answer

Question


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 ...

ongeveer 11 jaar ago | 1 answer | 0

1

answer

Question


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 ...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 11 jaar ago | 5 answers | 0

5

answers

Question


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...

meer dan 11 jaar ago | 0 answers | 0

0

answers

Question


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...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 11 jaar ago | 1 answer | 0

1

answer
Go to top of page