photo

Louisa Thomas


Last seen: 5 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
1 个回答

排名
106,661
of 297,457

声誉
0

贡献数
6 个提问
1 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to sum all instances of a value across a variable?
My variable follows this format a = [1 2 2 1] etc. So all of the values are either 1, or 2. How do I sum all of t...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How do I find the bend in a line?
I have the following in my code, which produces a line graph with 5 lines (plotting number of trials (50) on the x axis, against...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
How to pull out rows with a unique value in a specified column?
the values in summed are integers, and I'm using MATLAB R2015b

7 years 前 | 0

提问


How to pull out rows with a unique value in a specified column?
I have a matrix variable called 'summed' which is 1330 x 2. I want to pull out every row of 'summed' that has a unique value ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


I am trying to divide and getting the error message "matrix dimensions must agree". What does this mean?
I have the following piece of code. for ii = 1:length(k); for jj = length(trials); V1 = trials(jj,1) / (1...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to specify which output will be recorded from a for loop?
I'm working on the following piece of code: for i = 1:length(k); for j = length(trials); V1 = trials(j,1)...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to remove rows that meet a condition?
a = [1:19]; b = [2:20]; c = [1, 7, 14, 28, 42, 60, 90]; allOptions = combvec(a,b,c); allOptions = allOptio...

7 years 前 | 1 个回答 | 0

1

个回答