![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13235.jpg)
Neil Caithness
University of Oxford
Followers: 0 Following: 0
Professional Interests: unsupervised machine learning, anomaly detection, phylogenomics
Estadística
12 Preguntas
12 Respuestas
2 Problemas
115 Soluciones
CLASIFICACIÓN
2.424
of 297.016
REPUTACIÓN
26
CONTRIBUCIONES
12 Preguntas
12 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
8
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
3.107
of 157.725
CONTRIBUCIONES
2 Problemas
115 Soluciones
PUNTUACIÓN
1.100
NÚMERO DE INSIGNIAS
5
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Compiled application only runs on the compiling machine
I have a strange situation where an application compiled on machine #1 only runs on #1 and not on #2. If I compile on #2, it the...
más de 7 años hace | 1 respuesta | 0
1
respuestahow to access mongoDB from Matlab
Using version 3.4.2 of the Java driver I have success with this: MongoDB Atlas instances will tell you the properly formatted...
casi 8 años hace | 0
| aceptada
Resuelto
Back to basics 22 - Rotate a matrix
Covering some basic topics I haven't seen elsewhere on Cody. Rotate the input matrix 90 degrees counterclockwise (e.g. [1 2; ...
casi 8 años hace
Resuelto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
casi 8 años hace
Resuelto
Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...
casi 8 años hace
Pregunta
Compiling an application to run in the Windows system tray
I've been using the GUI Layouts Toolbox for a few years and find it a really great tool. Now I want to compile an application wr...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Does the Database Toolbox support sql numeric ARRAY data types?
Can anyone confirm inserting a matlab array into a database ARRAY field. I've not been able to do this with datainsert. I have d...
alrededor de 9 años hace | 0 respuestas | 1
0
respuestasReal time classification problem
You could try building a neural net classifier, but there are lots of variations to try and you need to work at it. Here is a...
alrededor de 9 años hace | 1
| aceptada
Pregunta
How to avoid duplicate records when using datainsert?
datainsert fails when it encounters any duplicate records. Is there a way to specify it should just skip the duplicates, perhaps...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Any idea why there is a duplication in the exported model generated code for the Classification Learner App R2015b?
I've just been looking at the new generated code for exported models in the Classification Learner App for R2015b. There is a...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
How to use event listners for notifications sent from parfeval functions?
Is it possible to trigger a notify event from a parfeval function with a listner in the calling client? So far my experiments wi...
más de 9 años hace | 1 respuesta | 0
1
respuestaSetting callbacks to respond to incoming messages on a LightStreamer channel.
This is somewhat like having a conversation with myself (it happens). Anyway, as I started I'll continue. It turns out not to be...
casi 10 años hace | 0
| aceptada
Pregunta
Setting callbacks to respond to incoming messages on a LightStreamer channel.
I want to read an open channel from <http://www.lightstreamer.com/ LightStreamer>, in particular the LightStreamer service from ...
casi 10 años hace | 1 respuesta | 0
1
respuesta[ANSWERED] Converting .txt file from an URL to a matrix
|textscan| will do a nice job too with slightly different behaviour. s = urlread('http://asc.di.fct.unl.pt/ice/TP1/Aluminio...
casi 10 años hace | 1
how can I separate data randomly ?
Make a random permutation vector. k = randperm(size(data,1)); then dados_treinamento = data (k(1: 100), :) dados...
casi 10 años hace | 1
need help with warning
From the latest release notes: Assigning Structures to Nonstructures Because of a bug, previous releases of MATLAB have al...
alrededor de 10 años hace | 0
Resuelto
Back to the future
See test suite See also: http://www.mathworks.com/matlabcentral/cody/problems/2449-back-to-the-future-ii
más de 10 años hace
Resuelto
Trimming Spaces
Given a string, remove all leading and trailing spaces (where space is defined as ASCII 32). Input a = ' singular value deco...
más de 10 años hace
Resuelto
Append two matrix as shown below example
Append two matrix as shown below example A=[1 2; 3 4] and B=[5 6;7 8] Answer must be 1 2 5 6 3...
más de 10 años hace
Resuelto
Convert String to Morse Code
Convert a given string to international <http://en.wikipedia.org/wiki/Morse_code Morse Code> * Strings will only have [A-z], ...
más de 10 años hace
Resuelto
Find 100 from a Matrix and Replace With 0 with less computation time
pls use this matrix x = [208 40 167 180 112 70 192 215 90 19 231 100 9 100 97 100 ...
más de 10 años hace
Resuelto
Remove white space from the string
Remove the white spaces (trailing and leading) from the input variable
más de 10 años hace
Resuelto
Genome decoding
Inspired by a question on the answer forum: You are given a matrix of 8-bit integers which encodes a genome. Each integer can...
más de 10 años hace
Resuelto
Return the first and last character of a string
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...
más de 10 años hace
Resuelto
Initialize a varible with an integer value from a another variable which is assigned with a character value.
Initialize a varible with an integer value from a another variable which is assigned with a character value. ex: Test = 'c'...
más de 10 años hace
Resuelto
Altitude of locations on the earth
Find the altitude of a location on the earth, given latitude and longitude coordinates, above mean sea level. Input__________...
más de 10 años hace
Resuelto
Self-Description
This is a simplified version of the <http://xkcd.com/688/ *xkcd comic* by the same name>. Simply return the angle (in degrees...
más de 10 años hace
Resuelto
Calculate the h-index
H-index is a powerful tool for quantifying the scientific contribution of a researcher. H-index is defined as follows (source - ...
más de 10 años hace
Resuelto
Pizza value using expression with parentheses
Pizza prices are typically listed by diameter, rather than the more relevant feature of area. Compute a pizza's value (cost per ...
casi 11 años hace