photo

Tom Wright


Hospital For Sick Children

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: signal processing, vision

统计学

All
MATLAB Answers

8 个提问
3 个回答

Cody

0 个问题
2 个答案

排名
6,007
of 297,527

声誉
6

贡献数
8 个提问
3 个回答

回答接受率
37.5%

收到投票数
1

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
84,659
of 159,075

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

9 years 前 | 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 years 前 | 0

| 已接受

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

11 years 前 | 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) ...

11 years 前 | 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? ...

11 years 前 | 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 years 前 | 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...

12 years 前 | 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 years 前 | 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 years 前 | 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...

14 years 前 | 2 个回答 | 0

2

个回答