Simon Henin
Followers: 0 Following: 0
Statistiques
RANG
5 193
of 301 781
RÉPUTATION
10
CONTRIBUTIONS
0 Questions
5 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
1
RANG
389 of 21 420
RÉPUTATION
4 196
CLASSEMENT MOYEN
4.20
CONTRIBUTIONS
3 Fichiers
TÉLÉCHARGEMENTS
6
ALL TIME TÉLÉCHARGEMENTS
38512
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
simonhenin/columnlegend
Creates a legend with a specified number of columns
plus de 6 ans il y a | 3 téléchargements |
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...
presque 8 ans il y a | 1
| A accepté
A résolu
Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...
plus de 8 ans il y a
A résolu
Summing Digits within Text
Given a string with text and digits, add all the numbers together. Examples: Input str = '4 and 20 blackbirds baked in a...
plus de 8 ans il y a
A résolu
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
plus de 8 ans il y a
A résolu
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
plus de 8 ans il y a
A résolu
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
plus de 8 ans il y a
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...
plus de 8 ans il y a | 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...
plus de 8 ans il y a | 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 ...
plus de 8 ans il y a | 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}) );...
presque 9 ans il y a | 0
| A accepté
A résolu
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
plus de 9 ans il y a
A soumis
popout
creates a popout plot (e.g. zoom-in outset plot) from a specified figure.
plus de 15 ans il y a | 1 téléchargement |









