photo

TallBrian


Last seen: 2 months 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

Design engineer in healthcare Passionate about ultrasound, Doppler, radar array beamforming, code quality

统计学

All
MATLAB Answers

4 个提问
4 个回答

File Exchange

1 文件

Cody

0 个问题
48 个答案

排名
5,110
of 299,784

声誉
10

贡献数
4 个提问
4 个回答

回答接受率
50.0%

收到投票数
2

排名
16,429 of 20,803

声誉
7

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
71

排名
11,014
of 165,909

贡献数
0 个问题
48 个答案

评分
531

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • MATLAB Mini Hack Participant
  • Treasure Hunt Participant
  • First Submission
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Scavenger Finisher
  • ASEE Challenge Master
  • Solver

查看徽章

Feeds

排序方式:

提问


Call a function in a sub directory?
Suppose a have a folder "folder1" which contains a function "sayhi.m". "folder1" contains a subfolder "subfolder1" which contai...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Is there an easy way to build a test suite from all tests in a folder containing multiple packages?
I have a non-package directory, containing several packages. Each package may contain subpackages. The packages have class-bas...

6 years 前 | 2 个回答 | 2

2

个回答

提问


Return data from GUIDE on figure close
I have a GUIDE generated UI in which I have wired up one of computed values, to handles and return it through automatically gene...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Fast interp1 on multiple vectors, same X, but different V and Xq per vector
I have many (numVec) 1-D vectors, each of which is sampled at the same many (numSamp) times. I want to do 1-D interpolation for...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
how to convert the temperature from matrix 4d?
Hi Camila, Your data is 4-D which means that every data point corresponds to a point in dimensions. So, when you say, I need...

9 years 前 | 0

已回答
How to update a value in a different location from a matrix after performing check at one location in MATLAB?
What you have is a cell array. If you want to do a function on every element of a cell array you can use cellfun. Here if you ...

9 years 前 | 0

已回答
Difficulty plotting values from a for loop
Yes, your graph is redrawing each time through the loop. You can add the command hold on; after the plot and then the n...

9 years 前 | 0

| 已接受

已回答
Can anyone simplify this code please?
I am not sure exactly what you mean by simplify but here is some code which eliminates the looping. LENGTH = 153; phi = ...

9 years 前 | 0

| 已接受