Statistik
RANG
5.019
of 295.527
REPUTATION
10
BEITRÄGE
0 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
1
RANG
380 of 20.242
REPUTATION
4.189
DURCHSCHNITTLICHE BEWERTUNG
4.20
BEITRÄGE
3 Dateien
DOWNLOADS
4
ALL TIME DOWNLOADS
38443
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
simonhenin/columnlegend
Creates a legend with a specified number of columns
fast 5 Jahre vor | 2 Downloads |
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...
mehr als 6 Jahre vor | 1
| akzeptiert
Gelöst
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...
fast 7 Jahre vor
Gelöst
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...
fast 7 Jahre vor
Gelöst
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...
fast 7 Jahre vor
Gelöst
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...
fast 7 Jahre vor
Gelöst
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:...
fast 7 Jahre vor
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...
etwa 7 Jahre vor | 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...
etwa 7 Jahre vor | 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 ...
etwa 7 Jahre vor | 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}) );...
mehr als 7 Jahre vor | 0
| akzeptiert
Gelöst
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
etwa 8 Jahre vor
Gesendet
popout
creates a popout plot (e.g. zoom-in outset plot) from a specified figure.
mehr als 13 Jahre vor | 1 Download |