Luca Tentoni
Thales Alenia Space Italia spa
Followers: 0 Following: 0
Statistics
All
RANK
11,515
of 295,673
REPUTATION
4
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
13 years ago
Solved
How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...
13 years ago
Answered
Outputting Data in Excel
Write your results using the xlswrite function. Simply write: xlswrite('results.xls',soln); See the xlswrite help page fo...
Outputting Data in Excel
Write your results using the xlswrite function. Simply write: xlswrite('results.xls',soln); See the xlswrite help page fo...
13 years ago | 0
| accepted