KnowledgeSeeker
University Di Verona
Followers: 0 Following: 0
I am Sami. I work using matlab particularly for image processing.
Statistik
RANG
14.151
of 295.486
REPUTATION
3
ANTWORTZUSTIMMUNG
69.23%
ERHALTENE STIMMEN
3
RANG
of 20.236
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
Subscripted assignment dimension mismatch. ()
I am trying to get the probability of each class.and I defined the prob = zeros(size(classes,2)); number of classes is 10;...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Normalize data before measuring the distance
I am trying to measure the correlation between data (a row vector). I use euclidean distance to measure how correlated each feat...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Remove cells that contain only two or one character
I have a variable that contain large cell arrays of strings but some of the cells contains strings that are meaningless such asç...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to find out the content of one cluster
I have multiple clusters and I am concerning how to find the features of each cluster. Is there any way that allows me to find t...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
count occurrences of string in a single cell array (How many times a string appear)
I have a single cell array containing long string as shown bellow: xx = {'computer', 'car', 'computer', 'bus', 'tree', 'car...
fast 11 Jahre vor | 5 Antworten | 3
5
AntwortenFrage
Parse urls of images from flickrs
Hi everyone, I am using regexp to parse the link of an image without the extension type of the image the url of the image i w...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Random integer numbers using random function
Hi, I am trying to obtain 9 random integer numbers and want them to be appeared in this form expectedoutpt = '989898989' '8...
fast 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Parsing everything between quotation using regular expression
I m working on a code that parse whatever occur between the quations as shown in my example below raw="square format" tag_i...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Parse a string between two similar expression
I am writing a program that basically aim to parse the word between to similar expression and store a word in a cell array. I...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Obtain more than 100 images using Matlab from Yahoo image database
I attempting to obtain more than 100 images per term using Matlab from Yahoo images. The problem is I only get 50 images per ter...
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
imread(reading url of an image returned by yahoo search using matlab urlread function)
I am trying to download images from yahoo using matlab. I have designed a code and now I am facing a problem trying to read the ...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Result only printed on screen and show in the ans variable in the workspace
This is my code, it read the entire text file and search for a specific word and returns the line that contains that words using...
fast 11 Jahre vor | 2 Antworten | 0
2
AntwortenSort cell array according to the max value in the second row
Thank you Azzi, Image Analyst, Jan Simon, I managed to solve the problem using the cellfun fucntion, as Jan Simon mentioned, the...
fast 11 Jahre vor | 0
Frage
Sort cell array according to the max value in the second row
I wrote scripe that store data in the following format: row1= {car1, car2, car3,....., etc} row2 = {20, 180,500, ..........
fast 11 Jahre vor | 3 Antworten | 0