Tom Wright
Hospital For Sick Children
Followers: 0 Following: 0
Professional Interests: signal processing, vision
Statistiques
RANG
6 007
of 295 467
RÉPUTATION
6
CONTRIBUTIONS
8 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
37.5%
VOTES REÇUS
1
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
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...
plus de 8 ans il y a | 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...
environ 9 ans il y a | 0
| A accepté
Question
reading data in xml format
<xml> <node1> <val>5</val> <val>7</val> </node1> </xml> xml_vals...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
is there a function getFilterSpec for images
Is there a function like formats_vid = VideoReader.getFileFormats(); filterSpec_vid = getFilterSpec(formats_vid...
plus de 10 ans il y a | 1 réponse | 0
0
réponseuse object for interative loop
I guess I can answer this myself now while myobj.index < myobj.length [myobj, newthing] = myobj.getNext(myobj) ...
plus de 10 ans il y a | 0
| A accepté
Question
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? ...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 12 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 13 ans il y a | 2 réponses | 0