photo

Simon Henin


Last seen: mer än 4 år ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
  • 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

View badges

Feeds

View by

Answered
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...

nästan 6 år ago | 1

| accepted

Answered
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...

nästan 7 år ago | 0

Answered
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...

nästan 7 år ago | 0

Answered
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 ...

nästan 7 år ago | 0

Answered
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}) );...

ungefär 7 år ago | 0

| accepted