Problema


Sum of Even Fibonacci Numbers
Description: The Fibonacci sequence is defined as follows:F(1)=1,F(2)=1,F(n)=F(n−1)+F(n−2) for n>2 Write a function that compu...

más de 1 año hace | 0 | 30 solvers

Resuelto


Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...

más de 1 año hace

Resuelto


sum of non-primes
The sum of the non-primes no larger than 10 is 1+4+6+8+9+10=38 Find the sum of all the positive non-prime integers that do no...

más de 1 año hace

Resuelto


subtract central cross
Given an n-by-n square matrix, where n is an odd number, return the matrix without the central row and the central column.

más de 1 año hace

Resuelto


Nilpotent matrix
Check if matrix A is <http://mathworks.com/ nilpotent>.

más de 1 año hace

Resuelto


surrounded matrix
With a given matrix A (size m x n) create a matrix B (size m+2 x n+2) so that the matrix A is surrounded by ones: A = [1 2 ...

más de 1 año hace

Resuelto


Spherical Volume
Calculate the volume of a sphere.

más de 1 año hace

Resuelto


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

más de 1 año hace

Resuelto


Given a number N, find the smallest prime P>N
Given a number N, find the smallest prime P greater than N. For example: If N=10 then P=11. If N=13 then P=17.

más de 1 año hace

Resuelto


area of an annulus
Given the diameter d of the inner circle of the annulus. Given length z of a chord of the outer circle of the annulus. This chor...

más de 1 año hace

Resuelto


Create a Multiplication table matrix...
Create a product table in this format: P = [ 1 2 3 4 5; 2 4 6 8 10; 3 6 9 12 15; 4 8 12 1...

más de 1 año hace

Resuelto


Converts numbers into characters
Converts numbers into characters

más de 1 año hace

Resuelto


the average value of the elements
Calculate the average value of the elements in the array

más de 1 año hace

Resuelto


Double all elements in the array
Duplicate all elements in the array

más de 1 año hace

Resuelto


Find the max element of the array
Find the max element of the array

más de 1 año hace

Resuelto


to the 2 all elements
to the 2 all elements

más de 1 año hace

Resuelto


calculate the length of matrix
input 1 array, calculate the length

más de 1 año hace

Resuelto


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

más de 1 año hace

Resuelto


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Minkowski distance

más de 1 año hace

Resuelto


Calculate the Distance to Source of Lightning
Lightning discharge heats air rapidly with lightning channels reaching temperatures of up to 50,000 degrees Fahrenheit (which is...

más de 1 año hace

Resuelto


Convert binary numbers array into array of decimal numbers.
Convert binary numbers array into array of decimal numbers. Example x=[ 11001000 ; 11001001 ; 11001010 ; 11001011 ; 11001100 ;...

más de 1 año hace

Resuelto


Binary Coder
Take an input number and print the binary value of this number.

más de 1 año hace

Respondida
xdc_focus_times for 2D array transducer in Field2
To set delays for a 2D transducer array in Field II, calculate the delays for each element and use xdc_focus() to apply the focu...

más de 1 año hace | 0

Respondida
How to measure the time an entity is in a system? (simulink)
To calculate the time an entity spends in the system and get the average time at the end of the simulation: Add an "Event-Based...

más de 1 año hace | 0

Respondida
Simulink Initial Conditions error
To fix the issue, replace the Battery block with a DC Voltage Source and re-run the simulation. The Battery block may be introdu...

más de 1 año hace | 0

Respondida
simulink question when do cord action.
The error you are encountering, "Code generation information file does not exist," is common when there are issues with the Simu...

más de 1 año hace | 0

Respondida
I am unable to find the battery builder app from SIMSCAPE BATTERY TRAINING
I am using online MATLAB. How to find the Battery Bulider. Tell me the Procedure. Please.

más de 1 año hace | 1

Enviada


Three Phase Unbalanced Delta connected load using Simulink
Three Phase Unbalanced Delta connected load using Simulink

alrededor de 2 años hace | 2 descargas |

0.0 / 5
Thumbnail

Cargar más