photo

Maria


Last seen: 2 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

11 个提问
3 个回答

排名
23,740
of 300,392

声誉
1

贡献数
11 个提问
3 个回答

回答接受率
72.73%

收到投票数
1

排名
 of 20,933

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,335

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to get rid of the white space when using subplot1 with imagesc?
Dear MATLAB experts, I have used subplot1 as follows: subplot1(5,4,'Min',[0.010 0.010],'Max',[0.99 0.99],'Gap', [0.01 0.05]...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to define figure position in subplot1?
Dear all, I would like to use subpot1: https://se.mathworks.com/matlabcentral/fileexchange/9694-an-improved-subplot-function...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Does audiowrite prevent clipping automatically?
Dear Matlab experts, If I use wavwrite, I get a warning that the wav file is clipped. However, when I use audiowrite, I don't...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Plot vertical lines with time in x-axis?
Hi all, I have plotted a signal with time in x-axis as follows: lengthinms = datalength/fs*1000; dt = lengthinms/datale...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Error using accumarray: First input SUBS must contain positive integer subscripts?
Hi all, I have tried Matlab function ranova but get an error: Error using accumarray First input SUBS must contain positi...

11 years 前 | 0 个回答 | 1

0

个回答

已回答
An error occurred while trying to modify linewidth
Many thanks for the answer! -Maria

11 years 前 | 0

提问


An error occurred while trying to modify linewidth
Hi all, I have tried to modify the linewidth as follows: plot(t,means(k,:)*10^13,color{c},linewidth(c)), where color ...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Get a string from cell array?
Hi all, I have a cell array of the variable names as: varnames = {'t1', 't2', 't3', 't4'} I have tried to save the vari...

11 years 前 | 1 个回答 | 0

1

个回答

已回答
How to find indices of elements but keep the order unchanged?
Thanks a lot! This seems to work. -Maria

11 years 前 | 0

提问


How to find indices of elements but keep the order unchanged?
Hi all, I have a cell array ch_names of channel names and I would like to get indexes of certain channels that I have given i...

11 years 前 | 2 个回答 | 0

2

个回答

已回答
Statistical differences between signals?
Thank you for the answer! I will try multicompare. -Maria

11 years 前 | 0

提问


Statistical differences between signals?
Hi, I have measured brain responses of 15 subjects during three different tasks. I would like to find the time intervals wher...

11 years 前 | 2 个回答 | 0

2

个回答

提问


How can I merge two strings?
I would like to load multiple files in a loop. Is it possible to merge strings as follows: subjects=cell(19,1); subjec...

11 years 前 | 3 个回答 | 0

3

个回答

提问


Index exceeds matrix dimensions when saving the data?
I have tried to save matlab arrays in a file data_tables.mat as follows: save('data_tables','N1amprighthp','P2amprighthp','N1la...

11 years 前 | 1 个回答 | 0

1

个回答