Resuelto


Extract the prime numbers
Given a list of elements, extract the prime numbers from that array.

4 meses hace

Resuelto


Estimate Pi by Monte Carlo method
We can estimate the value of pi with random number by Monte Carlo method. Suppose we have a square of side length of 1 and a q...

4 meses hace

Resuelto


MATCH THE STRINGS (2 CHAR) very easy
Match the given string based on first two characters on each string. For example A='harsa'; b='harish'; result '1' ...

4 meses hace

Resuelto


Close MATLAB with keyboard
Close MATLAB with keyboard without using mouse

4 meses hace

Resuelto


Stairs
Make an n by n matrix, where the elements are ones and zeros. In the main diagonal, and under that, there should be only ones (...

4 meses hace

Resuelto


Box
Give the volume of a box, x is equal to the body diagonal.

4 meses hace

Resuelto


Find Factrorial without using built-in function
A number is given, you have to find the factorial of the number without using built-in factroial function. You may use loops....

4 meses hace

Resuelto


To convolve two vectors
To convolve two vectors

4 meses hace

Resuelto


string comparision
compare two strings if both are same return 1 else return 0

4 meses hace

Resuelto


Is it prime?
Given a number, check whether it is prime or not. If prime output is true, otherwise false.

4 meses hace

Resuelto


Summation of integers

4 meses hace

Resuelto


Your favourite city!
Type your favourite city.

4 meses hace

Resuelto


Bruh
Return 'bruh'.

4 meses hace

Resuelto


Speed of car travelling x meters in y seconds
What is the speed of a car if the car travelled x meters in y seconds? Supply the answer in m/s.

4 meses hace

Resuelto


Square
square root of x

4 meses hace

Resuelto


Calculate the area of a circle
Given a circle of diameter x calculate its area

4 meses hace

Resuelto


Find square of given number
Find Square of any number

4 meses hace

Resuelto


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

4 meses hace

Resuelto


Square root of number
Square root of given number.

4 meses hace

Resuelto


Volume of Cylinder
Find the volume of a cylinder

4 meses hace

Resuelto


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

4 meses hace

Resuelto


Test
Answer the question and the correct answer write in vector. Only one answer is correct. 1a Yes 1b No 1c No 1d No ...

4 meses hace

Resuelto


Double the length of the vector

4 meses hace

Resuelto


Half the length of the vector

4 meses hace

Resuelto


Convert from integer to binary
if true % decimalToBinaryVector(x) end

4 meses hace

Resuelto


Sort rows of a matrix
Sort rows of matrix A in an ascending order according to the last column Example input: A = [1 2 3;7 8 9;4 5 6]; Exam...

4 meses hace

Resuelto


Reshape a Vector
Write a function that accept three inputs. The first one is a row vector S. The second and third arguments are m and n which de...

4 meses hace

Resuelto


Change matrix to vector2
From x = 4 3 5 1 5 1 To y = 4 3 5 1 ...

4 meses hace

Resuelto


Calculate solution of given polynomial
For example, y=function([3 -2 -4]) In here, input vector indicate 3*x^2-2*x-4, y is solution of former equation. y=[1.5...

4 meses hace

Cargar más