Statistik
17 Fragen
0 Antworten
RANG
169.502
of 295.467
REPUTATION
0
BEITRÄGE
17 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
94.12%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
Read image and save it using imwrite?
Hello! I read pictures using imread and then try to write it to folder c:\result. The name of the images should be same than rea...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How can I save matrix to .txt file?
I have numerical matrix size of 64*60 and I like to save it to .txt file. How can I do it as easy as possible? without repeating...
mehr als 11 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to pick next value from vectors?
I have a cumulative vector, size is about 200. I want to pick up that index where value is 0,5 or value which is next to it. For...
mehr als 11 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Cumulative sum for a vector
I have vector 1x5 (1,5,3,2,8) and I like to do cumulative sum of that. So the answer should seems like (6,9,11,19). Can you help...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I subplot images close to eachother using subplot?
How can I subplot images close to eachother using subplot? Now I have plotted 20 images to same figure and space between images ...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How I can do edge detection to almost white picture where are black lines/edges?
How I can do edge detection to almost white picture where are black lines/edges? So I want to do edge detection to black edges.
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to register where the mouse button is pressed?
Hi! I have picture and I want to know where the mouse button is pressed. For example in picture there are some objects and I wan...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have (double type) matrix where I have NaN values. I want to change all NaN values to 0 value. How Can I do that?
I have (double type) matrix where I have NaN values. I want to change all NaN values to 0 value. How Can I do that?
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Can I use diff function to subtract pixel from 2-pixel away from it? So it not neighbour pixel.
Can I use diff function to subtract pixel from 2-pixel away from it? So it not neighbour pixel.
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have divided one image into subimages--how can I show the subimages lined up near each other?
I have divided one image into four smaller images (subimages). How can I show the subimages like the original image, close to ea...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How can I use a loop to subtract a pixel's gray level to it´s neighbor pixel's gray level?
How can I use a loop to subtract a pixel's gray level to it´s neighbor pixel's gray level?
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How I can compare one pixel to a neighbor pixel and also another pixel?
Also, how I can make a difference histogram of the comparison results? Or how I can make a difference histogram generally?
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How I can distribute an image to smaller sub-images?
For example, I have a 512x512 grayscale image and I would like to divide it into 10 sub-pictures which I can analyze separately....
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I how can I use a self-organizing map to picture data?
For example, how can I do graylevels sorting from a picture using self-organizing map? And then show the sorted picture...
fast 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I have four 1x50 matrices and I want to save them to one 4x50 matrix. How can I do this?
I have four 1x50 matrices and I want to save them to one 4x50 matrix. How can I do this?
fast 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How I can save varibles to a file? For example, the variable test to the file data.data.
How I can save varibles to a file? For example, the variable |test| to the file |data.data|.
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What does this code mean? set(gcf, 'units','normalized','outerposition',[0 0 1 1]);
What does this code mean? set(gcf, 'units','normalized','outerposition',[0 0 1 1]);
fast 12 Jahre vor | 2 Antworten | 0