解決済み


Sum of integers numbers
Sum of the numbers from 1 to 100

2年以上 前

解決済み


Finding an element in a vector
x is a vector of unknown length your function should return the index of the first element in the vector that is greater than...

2年以上 前

解決済み


How to get the additive inverse of a uint8.
Given x as a uint8 find the additive inverse y.

2年以上 前

解決済み


String Logic 8
Example: 'CAT' --> 65 'DOG' --> 68 'ROSY' --> 79 'MATLAB' --> 65 'TRUST' --> 82 'MOSTLY' --> 76

2年以上 前

解決済み


String Logic 18
Examples: 'DIG' --> 'DG' 'IMPORTANT' --> 'IPRAT' 'DEAL' --> 'DA' 'LIMB' --> 'LM' 'MOSTLY' --> 'MSL'

2年以上 前

解決済み


String Logic 12
Examples: 'CAT' --> 'ACT' 'DOG' --> 'DGO' 'ROSY' --> 'ORSY' 'MOSTLY' --> 'LMOSTY'

2年以上 前

解決済み


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

2年以上 前

解決済み


Can you reshape the matrix?
Given a matrix A, is it possible to reshape it into another matrix with the given number of rows?

2年以上 前

解決済み


Matrix Max Finder
Output the maximum value in a matrix

2年以上 前

解決済み


Congruent
Given two numbers, check whether they are congruent to each other or not for a particular value N.

2年以上 前

解決済み


Determine whether the number is multiple of 3 or not
Let a=6 and as 6 = 2*3 which means 6 is multiple of 3; return true if a is multiple of 3,otherwise false.

2年以上 前

解決済み


Percentage profit
If you are buying at x dollar, what will be the selling price for making the r% profit?

2年以上 前

解決済み


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

2年以上 前

解決済み


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

2年以上 前

解決済み


find the value

2年以上 前

解決済み


Summy's odd sum

2年以上 前

解決済み


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

2年以上 前

解決済み


Set x value to each odd index of vector y.
Set x value to each odd index of vector y.

2年以上 前

解決済み


Sort in descending order.

2年以上 前

解決済み


Generate a list of composite numbers

2年以上 前

解決済み


size

2年以上 前

解決済み


Total resistance of resistors in parallel
What is the total resistance of a number of resistors in parallel? A vector R contains the resistances (in Ohm) of n resistors,...

2年以上 前

解決済み


Fizz
Dado um número inteiro n, retorne 'fizz' se esse valor for multiplo de 3, ou retorne o valor caso contrario. Fizz(3) = 'fizz'; ...

2年以上 前

解決済み


Seperate 2nd column in a matrix

2年以上 前

解決済み


imaginary

2年以上 前

解決済み


determine if
determine if the elements of a matrix is a nan and return true

2年以上 前

解決済み


Create a constant offset.
Add a constant offset to an array. Example a = [1 3 5 9] offset = 2 y = [3 5 7 11]

2年以上 前

解決済み


Vector indexing: lower than mean
Find indices of values in a vector lower than the mean of the vector

2年以上 前

解決済み


Cube root of max value in a vector
Find the cube root of the maximum value in a vector

2年以上 前

さらに読み込む