photo

pralayasimha yedida


Active since 2016

Followers: 0   Following: 0

Statistics

All
  • First Review
  • Thankful Level 1
  • Promoter
  • Solver

View badges

Feeds

View by

Solved


How to power of a given number&exponent?
How to power of a given number&exponent?

8 years ago

Solved


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...

8 years ago

Solved


find number of buses for given to and from lines
find number of buses for given to and from lines

8 years ago

Solved


how to create zero square matrix with given order?
y-Zero square matrix with given input order x.

8 years ago

Solved


how to find unique values in matrix
how to find unique values in matrix for give x matrix.

8 years 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:...

8 years ago

Solved


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;

8 years ago

Solved


Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example

8 years ago