Tom Wright
Hospital For Sick Children
Followers: 0 Following: 0
Professional Interests: signal processing, vision
Estadística
8 Preguntas
3 Respuestas
0 Problemas
2 Soluciones
CLASIFICACIÓN
6.007
of 295.486
REPUTACIÓN
6
CONTRIBUCIONES
8 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
37.5%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
81.389
of 153.950
CONTRIBUCIONES
0 Problemas
2 Soluciones
PUNTUACIÓN
30
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
How to open .OCT file in matlab
As suggested Bioptigen will supply matlab code for reading the .OCT file format. It's not Dicom. Alternately I have re-implement...
más de 8 años hace | 1
read a particular string from a line in text file
Sounds like a regular expression is the way to go. fid = fopen('YourFile.txt','rt'); expression = '([\d.]+)' % match...
alrededor de 9 años hace | 0
| aceptada
Pregunta
reading data in xml format
<xml> <node1> <val>5</val> <val>7</val> </node1> </xml> xml_vals...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaResuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
casi 10 años hace
Pregunta
is there a function getFilterSpec for images
Is there a function like formats_vid = VideoReader.getFileFormats(); filterSpec_vid = getFilterSpec(formats_vid...
más de 10 años hace | 0 respuestas | 0
0
respuestasuse object for interative loop
I guess I can answer this myself now while myobj.index < myobj.length [myobj, newthing] = myobj.getNext(myobj) ...
más de 10 años hace | 0
| aceptada
Pregunta
use object for interative loop
Hi, I have an object that I want to iterate through it's members with a while loop but I can't see how to call the while loop? ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I join a single string with multiple strings?
Hi, I know I can do this with loops but there must be a nicer way. basepath='/data/'; filebase='video_'; fileext='.a...
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
structure containing empty string arrays
Hi, I'm using a structure to hold some text data. The fields of the structure are initialised as cells. However it seems that i...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Extract part of a filename from a directory list
Hi, Can anyone please show me a 'nice' way to achieve what I what, preferably without looping. I have a folder containing mu...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
videoWriter videoReader disorts file on linux
Matlab R2011a on Ubuntu with latest version of gstreamer 0.10 Basically my code uses videoReader to read in video frames then...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
select columns from one matrix according to values in a second matrix
Hi, I'm trying to teach myself matlab by converting some code I originally wrote in R. The idea is to select columns from one m...
más de 13 años hace | 2 respuestas | 0