photo

Tom Wright


Hospital For Sick Children

2011 年からアクティブ

Followers: 0   Following: 0

Professional Interests: signal processing, vision

統計

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

バッジを表示

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

8年以上 前 | 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...

9年弱 前 | 0

| 採用済み

質問


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

9年弱 前 | 1 件の回答 | 0

1

回答

解決済み


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

9年以上 前

解決済み


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

9年以上 前

質問


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

10年以上 前 | 0 件の回答 | 0

0

回答

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

10年以上 前 | 0

| 採用済み

質問


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

10年以上 前 | 1 件の回答 | 0

1

回答

質問


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

11年弱 前 | 2 件の回答 | 0

2

回答

質問


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

11年以上 前 | 2 件の回答 | 0

2

回答

質問


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

12年弱 前 | 1 件の回答 | 0

1

回答

質問


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

12年弱 前 | 0 件の回答 | 0

0

回答

質問


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

約13年 前 | 2 件の回答 | 0

2

回答