Marta Gonzalez
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
62,324
of 295,673
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
While problem, generating random numbers
Write a function called one_so_small that takes no input arguments and returns three scalars as output arguments. If it is call...
4 years ago | 0 answers | 0
0
answersQuestion
How can I add all the differents additions to one scalar output?
Write a function called summit that takes three vectors of the same length as input arguments (the function does not have to ch...
4 years ago | 1 answer | 0
1
answerQuestion
How can I create a function with random imputs? I have to create a function called tri_area that returns the area of a triangle with abse b and heigh h, where b and h are input arguments of the function in that order
function area = tri_area(b,h) b=2 h=3 area=(b*h)/2; end %They ask for ans answer when h=3 and b=2 AND OTHER with random in...
4 years ago | 1 answer | 0