Solved


find square root of a positive real number
a number given, find the square root of that number

9 years ago

Solved


find square root of 9
find square root of 9

9 years ago

Solved


find square root of 16
find square root of 9

9 years ago

Solved


Quberoot of 8
Find the qube-root of 8

9 years ago

Solved


Square root of 100
Find the square root of 100

9 years ago

Solved


find 90-45
find 90-45

9 years ago

Solved


what is your name
The result should be my name i.e. Subrata Halder

9 years ago

Solved


Divide all elements by 3
Give an array. Divide all the elements by 3.

9 years ago

Solved


Find remainder when x is divided by 3
Find remainder when x is divided by 3

9 years ago

Solved


multiply an array by its position number
You have given an array. Multiply an array by its position number

9 years ago

Solved


Find qube root
Find the quberoot of 27

9 years ago

Solved


Want to solve this problem???????????????????
It depends on you whether u want to solve this problem or not....

9 years ago

Solved


find the Area of a rectangle
length is x width is y what is the area of the rectangle?

9 years ago

Solved


Values in Array
How many values are in the array

9 years ago

Question


How to vectorize the following code?
function kod = sehir2kod(sehirName) switch strtrim(sehirName) case 'Adana' kod = 01; case 'Adıyama...

10 years ago | 1 answer | 0

1

answer

Solved


Why?
Why has been a major question throughout history; why did Napoleon fail, why do we exist, why must I work a pageant, to name a f...

10 years ago

Solved


Fill the Matrix - 2
Input is a column vector and n. n columns will be added to the left of the input column. The first value of the row is the me...

10 years ago

Solved


Fill the matrix - 1
Input is a column vector and n. n columns will be added to the left of the input column. The first value of the row is the s...

10 years ago

Problem


Fill the Matrix - 2
Input is a column vector and n. n columns will be added to the left of the input column. The first value of the row is the me...

10 years ago | 1 | 58 solvers

Solved


Throw common elements of two vector arrays in sorted manner
Throw common elements as output in sorted manner (acending order) of two given input vector arrays

10 years ago

Solved


Number of occurrences of letter in a text
Given an input text either as a string or as a cell array of strings, return a (1 x 26) matrix containing the number of occurren...

10 years ago

Solved


Average Grade
Given a 1x5 vector presents the grades of a student on five tests. Calculate the average grade of that student.

10 years ago

Solved


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

10 years ago

Solved


Spherical Volume
Calculate the volume of a sphere.

10 years ago

Solved


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

10 years ago

Solved


Find the gcm of n given values
Create a function that given n integer values greater than zero, finds the two numbers with the greatest common divisor and retu...

10 years ago

Problem


Fill the matrix - 1
Input is a column vector and n. n columns will be added to the left of the input column. The first value of the row is the s...

10 years ago | 3 | 65 solvers

Question


How to retrieve ga options?
I have run a ga procedure and it finished without a problem. However I wonder the parameters used in the procedure especially th...

10 years ago | 1 answer | 0

1

answer

Solved


Matrix of almost all zeros, except for main diagonal
Write a program to input an integer n and build a n-by-n matrix with the numbers 1,2,...,n on the main diagonal and zeros elsewh...

10 years ago

Solved


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

10 years ago

Load more