Risolto


Summation of integers

3 mesi fa

Risolto


Summy's even sum

3 mesi fa

Risolto


Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.

3 mesi fa

Risolto


Ohmic Heating

3 mesi fa

Risolto


Given the mass and stiffness of an undamped SDOF system, find the natural frequency and the natural period of vibration
Problem Statement Given the mass and stiffness of an undamped SDOF system, find the system's natural frequency in both Hz and...

3 mesi fa

Risolto


Mile to Kilometer
x is mile and y is km

3 mesi fa

Risolto


modulus of a number
find the modulus of a given number

3 mesi fa

Risolto


Get all corner elements from a matrix where dimension of matrix is always equal to or greater than 2.
if a given matrix a = [1 2 3;4 5 6]; so answer is going to be [1 3;4 6]

3 mesi fa

Risolto


My Problem, Find the square of the horizontal concatenation of the third and fifth elements of a vector.
given the 1x5 vector x, y must be the square of the horizontal concatenation of the third and fifth elements. So, if x = [1 1 1 ...

3 mesi fa

Risolto


CARDS PROBLEM
Read my mind and tell me the card number that I have now in my hands.

3 mesi fa

Risolto


Which Prime
Given two prime numbers, specify the relation between them i.e. - 'Twin Prime', 'Cousin Prime', 'Sexy Prime' or 'None'

3 mesi fa

Risolto


Do you have the minimum age?

3 mesi fa

Risolto


Simple Interest : Calculate Future Value
Theorem : Simple Interest where; F : Future Value P : Present Value r : Annual simple interest rate (decimal) t : Time in...

3 mesi fa

Risolto


Function substitution (1)
Evaluate the function for the given values of the variables N and t

3 mesi fa

Risolto


Find the number of primes less than input
Given an integer n, determine the number of primes less than or equal to n.

3 mesi fa

Risolto


Alternate elements!
Write a function that combines two lists by alternating the elements, e.g. ['a','b','c'], ['1','2','3'] → 'a1b2c3'.

3 mesi fa

Risolto


Find the maxmum value of N*N Matrix
Input x=[1 2 3; 4 5 6; 7 8 9] output: y=9

3 mesi fa

Risolto


Determine the square root
Determine the square root of the value the user has entered, n.

3 mesi fa

Risolto


Number Puzzle - 034

3 mesi fa

Risolto


Hemisphere Volume on Top of a Cylinder
This MATLAB function has to calculate the volume of a hemisphere placed on top of a cylinder, given valid inputs. It takes the r...

3 mesi fa

Risolto


Sales Tax

3 mesi fa

Risolto


Replace x value into y value in string text.
Replace x value into y value in string text. Example text='Hello World' x='World', y='Universe' result='Hello Universe'.

3 mesi fa

Risolto


Throw common elements of two vector arrays
Throw common elements as output of two given input vector arrays

3 mesi fa

Risolto


To convolve two vectors
To convolve two vectors

3 mesi fa

Risolto


Converter temp 0 to 200 degree C to 4 to 20mA
Converter temp 0 to 200 degree C to 4 to 20mA (It is used in transmitter)

3 mesi fa

Risolto


Sort complex numbers into complex conjugate pairs
Sort complex numbers into complex conjugate pairs. Example: Input x = [3-6i -1-4i -1+4i 3+6i] Sorted output = [-1 - ...

3 mesi fa

Risolto


Summy's odd sum

3 mesi fa

Risolto


Flow rate in a pipe

3 mesi fa

Carica altro