photo

Dave


Last seen: 6 months 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

7 个提问
6 个回答

Cody

0 个问题
58 个答案

排名
106,152
of 300,124

声誉
0

贡献数
7 个提问
6 个回答

回答接受率
85.71%

收到投票数
0

排名
 of 20,879

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
10,111
of 167,452

贡献数
0 个问题
58 个答案

评分
607

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Promoter
  • Commenter
  • First Answer
  • Solver
  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Suggestions for improving efficiency of code
Hey all, Just working on some things to teach myself different Matlab techniques. I've put together some code that looks at do...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
New to mablab and need some basic help!
If you haven't already solved this, search for something like "creating arrays with loops". That should give you some examples o...

5 years 前 | 0

已回答
New to mablab and need some basic help!
Consider creating an empty matrix prior to the 'for' statement. Then write the results to that matrix.

5 years 前 | 0

已回答
How do I compare each value and take the average of same number of every comparison in a vector?
In which case if A = [95 95 96 96 97 97 95 95], then you could just sort(A) and then apply unique.

6 years 前 | 0

已回答
Cell array: How can I calculate the mean of it?
Hi Max, Since it looks like you have the time1 and values1 data in a 1 x 7 numeric array I would create a single 2 x 7 array ...

6 years 前 | 0

已回答
I would like to get an cell array output by matching 2 cell arrays and returning with corresponding matched values from other cell array.
Just because I'm miserable with loops would using intersect meet your needs? Something like [c,s,t] = intersect(A,B)...

7 years 前 | 0

提问


Using datenum with a structure field
I'm working with a structure called data and there is a data.DATE field with values in format of 'yyyy-mm-dd HH:MM'. When I...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Extract some data from a structure and create a new structure.
This is really a follow on to a previous question I asked. I'm given a structure of arrays. The following is an example of this ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to search a field in a structure and extract all fields that match
Hopefully I'll explain clearly as I haven't worked with structures much. I have been given a large 1x1 structure of arrays with ...

8 years 前 | 2 个回答 | 0

2

个回答

提问


using plot with 2 x and 2 y axis
Hello, Here is what I would like to do. I have a matrix which is n x 4. I want to utilize plot to create a figure where colum...

9 years 前 | 3 个回答 | 0

3

个回答

提问


Removing rows based on numerical value
I would like to remove rows from a very large array based on a column that increments from 0.00 by tenths or hundreths to very l...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Compare multiple columns in a cell array with strcmp
I have an m x n cell array. I would like to pull specific rows that match strings from different columns. Currently, I'm accompl...

9 years 前 | 2 个回答 | 0

2

个回答

已回答
How do I extract a row of data from a cell array based on a string?
Still working on this a bit. I've tried the following and just get the 1st row with 'Hill'. hill_log = strcmp(runlog1{:,4}, 'H...

10 years 前 | 0