
Divyaprakash
Indian Institute of Technology Delhi
PhD Student Applied Mechanics
Programming Languages:
Python, C++, C, MATLAB, Fortran
Spoken Languages:
English, French, Hindi
Python, C++, C, MATLAB, Fortran
Spoken Languages:
English, French, Hindi
Statistics
All
RANK
254,677
of 262,740
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
8,454 of 17,989
REPUTATION
81
AVERAGE RATING
0.00
CONTRIBUTIONS
24 Files
DOWNLOADS
66
ALL TIME DOWNLOADS
665
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Solved
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
7 months ago
Solved
Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...
7 months 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...
10 months ago
Solved
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
1 year ago
Solved
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...
1 year ago
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
1 year ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
2 years ago