photo

Cheeesepondue


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
40,401
of 300,908

声誉
1

贡献数
9 个提问
0 个回答

回答接受率
55.56%

收到投票数
1

排名
 of 21,110

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,639

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Add a variable within single quotes
XLfile = dir('*.csv'); %List contents of the current folder [~, index] = sort(str2double(regexp({XLfile.name},'\d+','match','on...

7 years 前 | 1 个回答 | 0

1

个回答

提问


[Data manipulation ]A best set of functions to solve this issue.
Hello everyone, I am trying to draw a plot with a curve that has two components: (1) mean (thicker colored-lines) (2) standard ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Optimizing zero-crossing indices
filename='AAA' load = xlsread(filename,1,'C:C'); extension = xlsread(filename,1,'D:D'); zci = @(v) find(v(:).*circshift(v(...

7 years 前 | 1 个回答 | 1

1

个回答

提问


Problem of storing cell arrays into excel file
Hi everyone, I very recently started using MATLAB for research purpose, and am learning lots of basic concepts. I have an iss...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Import excel files with different lengths of elements.
Hi everyone, I have multiple excel files to analyze. This code works perfectly when the number of rows of the column of intere...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Sort characters w/ number in a field of struct array
Hi everyone, I am wondering what function should I use to reorgnize the name in a certain way (e.g., descending). I think "...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Import and export excel files
Hello everyone, I am trying to collect data of column "C" from each excel file and export the data into an excel file using f...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Read excel files one at a time, execute calculations, and export results
Hello everyone, I recently started to use MatLab for data analysis. The more I use it for calculations, the more I realize how ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


I need some explanations on "regexpi" and "str2double" functions.
Hi, I am working on this script to draw a plot synced with a video for my research. I am struggling with certain parts of ...

8 years 前 | 1 个回答 | 0

1

个回答