Statistik
RANG
39.084
of 297.016
REPUTATION
1
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
matlab display string in multiple lines
For example I want to disp('shdujfhdkjshfkjsdhkjfhkjdshfkjhsdkjfhkjsdhkjfhkjdshkfhskdhfkshdkjfhskjfdhs') but I dont want it all ...
mehr als 11 Jahre vor | 5 Antworten | 0
5
AntwortenFrage
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...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 11 Jahre vor | 1 Antwort | 0