已解决


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.

5 years 前

已解决


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

5 years 前

提问


How to draw Cuboid of a specific dimension
Hello All, Can someone guide me about how to draw cuboid of particular dimensions, say (10,20,30) for length , breadth and h...

5 years 前 | 1 个回答 | 0

1

个回答

已解决


Reverse a matrix
Its simple. You have to reverse a given matrix.

5 years 前

已解决


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

5 years 前

已解决


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

5 years 前

已解决


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

5 years 前

已解决


Converting binary to decimals
Convert binary to decimals. Example: 010111 = 23. 110000 = 48.

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

提问


How to solve differential equation
Hi , Can someone check my codes written below and find out the error in it? 1.dx/dt +x^2=0 , x(0)=x0 --> The solution shoul...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Command to delete last row and column of a matrix
Hi, Can anyone help me with the command to delete the last row and column of a 6 x 6 matrix? Regards Swati

5 years 前 | 2 个回答 | 0

2

个回答

提问


How to embed matrices in the diagonal of a matrix?
Hi all, I am stuck at the following problem. I've been given three matrices namely; A=[ 2 6 ;3 9] , B=[ 1 2 ; 3 4 ] , C=[-5 5...

5 years 前 | 1 个回答 | 0

1

个回答

提问


File installation key for MATLAB 2019b
Hi All, Where can I find the file installation key for MATLAB 2019b? Regards Swati

6 years 前 | 0 个回答 | 0

0

个回答

提问


UG Cable Modelling in MATLAB
Hi all, I have a doubt regarding selecting a cable model for short line UG cable; which of the following gives an accurate re...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Can anyone tell me the error with sum function?
r=0.5; n=0:10; x=r.^n s=sum(x) What's the error with s?

6 years 前 | 1 个回答 | 0

1

个回答

提问


Regarding removal of singularity in the network
Hi all, I am working on design and simulating a short distribution error. During execution , I came across an error which s...

6 years 前 | 0 个回答 | 0

0

个回答