Statistik
All
RANG
2.523
of 297.105
REPUTATION
24
BEITRÄGE
3 Fragen
23 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
2
RANG
5.991 of 20.417
REPUTATION
195
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
6 Dateien
DOWNLOADS
9
ALL TIME DOWNLOADS
1798
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gelöst
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
etwa 8 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...
etwa 8 Jahre vor
Gelöst
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
etwa 8 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...
etwa 8 Jahre vor