Community Profile

photo

Tom Wright


Hospital For Sick Children

Aktiv seit 2011

Followers: 0   Following: 0

Kontakt

Professional Interests: signal processing, vision

Statistiken

All
  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

etwa 8 Jahre vor | 1

Beantwortet
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...

mehr als 8 Jahre vor | 0

| akzeptiert

Frage


reading data in xml format
<xml> <node1> <val>5</val> <val>7</val> </node1> </xml> xml_vals...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

mehr als 9 Jahre vor

Gelöst


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:...

mehr als 9 Jahre vor

Frage


is there a function getFilterSpec for images
Is there a function like formats_vid = VideoReader.getFileFormats(); filterSpec_vid = getFilterSpec(formats_vid...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
use object for interative loop
I guess I can answer this myself now while myobj.index < myobj.length [myobj, newthing] = myobj.getNext(myobj) ...

etwa 10 Jahre vor | 0

| akzeptiert

Frage


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? ...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 13 Jahre vor | 2 Antworten | 0

2

Antworten