
Divyaprakash
Indian Institute of Technology Delhi
PhD Student Applied Mechanics
Python, C++, C, MATLAB, Fortran
Spoken Languages:
English, French, Hindi
Statistics
RANG
84.232
of 273.499
REPUTATION
0
BEITRÄGE
1 Frage
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
7.066 of 18.460
REPUTATION
128
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
25 Dateien
DOWNLOADS
91
ALL TIME DOWNLOADS
1087
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
Gelöst
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
etwa ein Jahr vor
Gelöst
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...
etwa ein Jahr 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-scor...
mehr als ein Jahr vor
Gelöst
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
mehr als ein Jahr 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...
mehr als ein Jahr vor
Gelöst
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 ...
mehr als ein Jahr vor
Gelöst
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:...
mehr als 2 Jahre vor