ayyappa rudrasimha yedida
Followers: 0 Following: 0
Statistiques
RANG
1 663
of 301 487
RÉPUTATION
42
CONTRIBUTIONS
5 Questions
6 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
13
RANG
3 938 of 21 303
RÉPUTATION
378
CLASSEMENT MOYEN
4.70
CONTRIBUTIONS
3 Fichiers
TÉLÉCHARGEMENTS
18
ALL TIME TÉLÉCHARGEMENTS
3013
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
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...
plus de 9 ans il y a
A résolu
how to create zero square matrix with given order?
y-Zero square matrix with given input order x.
plus de 9 ans il y a
A résolu
how to find unique values in matrix
how to find unique values in matrix for give x matrix.
plus de 9 ans il y a
A résolu
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:...
plus de 9 ans il y a
A résolu
Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.
plus de 9 ans il y a
A résolu
Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...
plus de 9 ans il y a
A résolu
Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.
plus de 9 ans il y a
A résolu
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
plus de 9 ans il y a
A résolu
radius of a spherical planet
you just measured its surface area, that is the input.
plus de 9 ans il y a
A résolu
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
plus de 9 ans il y a
A résolu
Basic commands - Least common multiple
Make a function which will return least common multiple of "a" and "b" Example: a=8; b=6; y=24;
plus de 9 ans il y a
A résolu
Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example
plus de 9 ans il y a
A résolu
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
plus de 9 ans il y a








