已解决


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

3 months 前

已解决


Spherical Volume
Calculate the volume of a sphere.

3 months 前

已解决


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

3 months 前

已解决


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.

3 months 前

已解决


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

3 months 前

已解决


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

3 months 前

已解决


Total energy

3 months 前

已解决


Potential energy calculation

3 months 前

已解决


Kinetic energy calculation

3 months 前

已解决


Laws of motion 1

3 months 前

已解决


Laws of motion 2

3 months 前

已解决


Laws of motion 3

3 months 前

已解决


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

3 months 前

已解决


Laws of motion 5
Calculate the force is u are given mass and acceleration.

3 months 前

已解决


Laws of motion 6

3 months 前

已解决


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

3 months 前

已解决


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

3 months 前

已解决


Converts numbers into characters
Converts numbers into characters

3 months 前

已解决


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

3 months 前

已解决


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

3 months 前

已解决


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

3 months 前

已解决


to the 2 all elements
to the 2 all elements

3 months 前

已解决


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

3 months 前

已解决


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

3 months 前

已解决


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

3 months 前

已解决


Draw a '0' in a one matrix!

3 months 前

已解决


String Logic 10
Examples: 'SUNDAY' --> 83 'MONDAY' --> 77 'TUESDAY' --> 84 'WEDNESDAY' --> 87 'THURSDAY' --> 84 'FRIDAY' --> 70 'SATURD...

3 months 前

已解决


String Logic 5
Example: 'CAT' --> 'TAC' 'DOG' --> 'GOD' 'MATLAB' --> 'BALTAM' 'ROSY' --> 'YSOR' 'TRUST' --> 'TSURT' 'MOSTLY' --> 'YLTS...

3 months 前

已解决


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

3 months 前

已解决


String Logic 9
Examples: 'CAT' --> 'C' 'DOG' --> 'G' 'ROSLY' --> 'R' 'PROBLEM' --> 'M' 'TRUST' --> 'T' 'BASIC' --> 'C' 'GIANT' --> 'I'...

3 months 前

加载更多