photo

RP


Last seen: 12 days 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

15 个提问
4 个回答

排名
247,926
of 300,073

声誉
0

贡献数
15 个提问
4 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,866

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,242

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3
  • First Answer

查看徽章

Feeds

排序方式:

提问


Extract values from one field of structure, write into array
I have a 25x1 structure (MyStruct) with 6 fields and I need an array with all 25 values from the first field ('name'). I tried d...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Dynamically calling variables (it's not what this sounds like!)
Hi everyone, I have five files that have almost the same name except for one term that is added in the end, like "filename_A", ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Split arrays in table into separate rows
Hello everyone, I have a table - see screenshot for clarification - where some columns consist of one array each, e.g. the colu...

4 years 前 | 1 个回答 | 0

1

个回答

提问


ismember: Find matching entries in table columns (and add entry from matching row)
I have a column A with some participant numbers, column B with a complete list of participant numbers and column C with a comple...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Indexing string in loop
Hi everyone! I have a problem with a loop: I am trying to write a script that runs a few tasks for several files so I tried t...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Adding vertical line to graph at certain height
Hi everyone, I attached a picture of what I want to achieve - I'm using a script with a loop that creates a plot for each parti...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Connecting points between two box plots
Hello everyone, I attached a picture of what I'm trying to plot to make it clear. I'm using the function notBoxPlot to create t...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Row with means of each column in matrix
I have a matrix with data and would like to add one last row that contains the means of each column. Sounds easy enough but I ha...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Matlab repeated measures anova - different result than in other packages
Hello everyone, I have a problem with repeated measures anovas. Is it possible that Matlab uses a different model unlike othe...

6 years 前 | 1 个回答 | 0

1

个回答

提问


ranova with two within factors
Hello everyone, I have a question about how to do a repeated measures anova in Matlab. I have data from 20 people who were test...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Bar graph standard deviation
Hi everyone, I have a problem with a bar graph: as soon as I add standard deviations, the bars disappear and I only see the d...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Transform NaN into number
Hi everyone, I have data that is organized in structures which look like this: rating.pretest.s1 rating.pretest.s2 ... ...

6 years 前 | 3 个回答 | 0

3

个回答

提问


Problem with logical indexing
I'm trying to write a function that will take a row vector of temperatures as input and will give the number of temperatures bel...

6 years 前 | 3 个回答 | 0

3

个回答

提问


Display results from t-test after loop
I have a loop running through participants 1-10 in which (among other thigns) two t-tests are conducted for each participant. I ...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
next prime number using While loops
I was working on that exercise too and I tried function next_prime(n) x=n while isprime(x) = 0 x = n+1 end however,...

6 years 前 | 0

已回答
Find out if number is divisible by x
Thank you for your help so far! So now I came up with this and it works with some dates but not with most; For example, I tried ...

6 years 前 | 0

| 已接受

提问


Find out if number is divisible by x
I'm trying to write a function that determines if the input is a valid date, and for that I need a function that will tell me if...

6 years 前 | 3 个回答 | 0

3

个回答

已回答
matrix related matlab query

6 years 前 | 0

已回答
matrix related matlab query
I saw this exercise on Coursera and seemed to have solved it, anyway when I ran the code it worked, but when I submit the answer...

6 years 前 | 0