photo

Simon Henin


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

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
5 个回答

File Exchange

3 文件

Cody

0 个问题
7 个答案

排名
5,130
of 299,930

声誉
10

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
1

排名
386 of 20,845

声誉
4,193

平均
4.20

贡献数
3 文件

下载次数
7

ALL TIME 下载次数
38489

排名
46,508
of 166,620

贡献数
0 个问题
7 个答案

评分
80

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 4
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 2
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

查看徽章

Feeds

排序方式:

已回答
How to delete files ending with odd number?
You could looop through all the files and delete ones that have an odd number using regexp, regular expression search files...

7 years 前 | 1

| 已接受

已回答
read numbers from mixed string
You need to print the variable A (not "line") to the newdata1 file. Also a quick modification will allow it to work on all the v...

8 years 前 | 0

已回答
Hello, I want to plot two variables (with different number of phases)...
To plot your data against one another you could use plotyy % make up some data volume = [1:13]'+wgn(13,1, 10); % add som...

8 years 前 | 0

已回答
I would like to write an else if statement from data imported from an excel file
You have a couple options. If you just want to find the row for Mary, you can use option 1. If you specifically want an if/else ...

8 years 前 | 0

已回答
How to enter data in the system command?
Use sprintf to create dynamic text, for example: for i=3:5 system( sprintf('mseed2sac-2.1-win32 >> %s<>', files{i}) );...

8 years 前 | 0

| 已接受