KnowledgeSeeker
University Di Verona
Followers: 0 Following: 0
Statistica
RANK
14.130
of 300.369
REPUTAZIONE
3
CONTRIBUTI
13 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
69.23%
VOTI RICEVUTI
3
RANK
of 168.436
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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;...
oltre 11 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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ç...
oltre 11 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 5 risposte | 3
5
risposteDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 12 anni fa | 2 risposte | 0
2
risposteSort 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...
quasi 12 anni fa | 0
Domanda
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, ..........
quasi 12 anni fa | 3 risposte | 0
