Resuelto


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.

más de 5 años hace

Resuelto


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

más de 5 años hace

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta

Resuelto


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

más de 5 años hace

Resuelto


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

más de 5 años hace

Resuelto


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

más de 5 años hace

Resuelto


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

más de 5 años hace

Resuelto


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

más de 5 años hace

Resuelto


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

más de 5 años hace

Resuelto


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

más de 5 años hace

Resuelto


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

más de 5 años hace

Resuelto


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

más de 5 años hace

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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?

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas