Delprat Sebastien
Univ de Valenciennes
Followers: 0 Following: 0
Statistik
All
RANG
2.503
of 295.527
REPUTATION
24
BEITRÄGE
3 Fragen
23 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
2
RANG
5.984 of 20.242
REPUTATION
193
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
6 Dateien
DOWNLOADS
24
ALL TIME DOWNLOADS
1788
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.
fast 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...
fast 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...
fast 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...
fast 8 Jahre vor