Community Profile

photo

Srivenkateswaran Narayanan


Last seen: ungefär 3 år ago Active since 2016

Statistics

All
  • First Answer
  • Solver

View badges

Content Feed

View by

Solved


Add two numbers
Given a and b, return the sum a+b in c.

mer än 3 år ago

Solved


Return area of square
Side of square=input=a Area=output=b

mer än 3 år ago

Solved


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

mer än 3 år ago

Answered
Please delete my question
Hello if iam understand correct you need to derive the equation and to plot in a way to see how the equation looks like kin...

mer än 3 år ago | 1

Question


how to rename and Copy Zip File from one location to another location
Hi, I am working on file management, i need to rename and copy a zip file from one location to anothe location. i had used ...

mer än 4 år ago | 1 answer | 0

1

answer

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

nästan 8 år 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...

nästan 8 år ago