Community Profile

photo

Srivenkateswaran Narayanan


Last seen: 3年以上 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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.

3年以上 前

回答済み
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...

3年以上 前 | 1

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

解決済み


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

8年弱 前

解決済み


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年弱 前