![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1568935.png)
Fabio Freschi
Politecnico di Torino
Followers: 0 Following: 0
Programming Languages:
C++, C
Spoken Languages:
English
C++, C
Spoken Languages:
English
Statistics
All
RANK
150
of 297.016
REPUTATION
805
CONTRIBUTIONS
15 Questions
278 Answers
ANSWER ACCEPTANCE
73.33%
VOTES RECEIVED
115
RANK
8.676 of 20.419
REPUTATION
90
AVERAGE RATING
4.80
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
665
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Volume of a Parallelepiped
Calculate the volume of a Parallelepiped given the vectors for three edges that meet at one vertex. A cube is a special case ...
meer dan 5 jaar ago
Solved
Angle between two vectors
You have two vectors , determine the angle between these two vectors For example: u = [0 0 1]; v = [1 0 0]; The a...
meer dan 5 jaar ago
Solved
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...
meer dan 5 jaar ago
Solved
Counting in Finnish
Sort a vector of single digit whole numbers alphabetically by their name, in Finnish. See the Wikipedia page for <http://en.wik...
meer dan 5 jaar ago
Solved
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
meer dan 5 jaar ago
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
meer dan 8 jaar ago