Statistiques
RANG
179 189
of 302 057
RÉPUTATION
0
CONTRIBUTIONS
1 Question
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 21 525
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
1 Point fort
NOMBRE MOYEN DE LIKES
0
Feeds
A résolu
Rotate array 90 degrees
Rotate the given matrix by 90 degrees. Example, A = [1 2 3 ; 4 5 6 ] B = rotated(A) = [ 3 6; 2 5; 1 4 ]
environ 4 heures il y a
A résolu
Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.
environ 4 heures il y a
A résolu
Square a Number
Given an input x, return y, which is equal to the square of x.
environ 4 heures il y a
A résolu
Find the sum of n squares
What is the sum of the squares of the first n integers?
environ 4 heures il y a
A résolu
Remove All elements less than 5
Given an input vector x, remove all elements of x less than 5 . Example: Input x = [ 1 2 5 7 3 ] Output y is [ 5 7 ...
environ 4 heures il y a
A résolu
Initialize a Natural Number matrix.
Given length of matrix initialize a matrix consisting of natural numbers from 1 to n: n = 10; x = [ 1 2 3 4 5 6 7 8 9 10]; ...
environ 5 heures il y a
A résolu
Prime or No
If the number is prime, make theCase = "YES", else, make it "NO".
environ 5 heures il y a
A résolu
Get The Square Root Of Number Power (^) Three
Get the Square Root of number Power (^) Three.
environ 5 heures il y a
A résolu
Basic Algebra II
You have the equation X^2 = n you should find the value of X. GOOD LUCK!
environ 5 heures il y a
A résolu
Get The Opposite Of The Number Without Negative (-) On It
You must get the opposite of the number X without making -X. Hint: You can make it by Subtraction and Multiplication.
environ 5 heures il y a
A résolu
Multiply the Diagonals of Two Vectors
Find the diagonals of vectors a and b and multiply them.
environ 5 heures il y a
A résolu
Title
Make a plot for x and add title "My Plot". NOTICE: YOU CAN NOT USE ans INSTEAD OF [y ax]!
environ 5 heures il y a
A résolu
Scalar
The First problem in Linear Algebra group. Make scalar contains the value:
environ 5 heures il y a
A résolu
Plot
Make a plot of the vector x. NOTICE: YOU CAN NOT USE ans INSTEAD OF y!
environ 5 heures il y a
A résolu
Matrix
The fourth problem in Linear Algebra group. Create a matrix like this: 14 7 26 7 8 6 3 0 30
environ 5 heures il y a
A résolu
Column Vector
The third problem in Linear Algebra group. Create a column vector like this:
environ 5 heures il y a
A résolu
Row Vector
The second problem in Linear Algebra group. Create this vector in MATLAB: [7 8 26]
environ 5 heures il y a
A résolu
Find The Area Of Triangle Using Base & Height
You should find the area of the Triangle using base and height. Good Luck!
environ 5 heures il y a
A résolu
Generalizing square area to triangle area
Cody Problem 61070 asked for the height, h, of a right triangle that had the same area, A, of a square with side length, c, and ...
environ 24 heures il y a
A résolu
Square area to triangle area
Given the area, A, of a square with side length, c, if a right angle triangle has the same area A and the hypothenuse length 2c ...
environ 24 heures il y a
A résolu
Evened up (or not)
You will be provided with an array or matrix that contains various numbers, in addition to an evening variable, e, set to 1 or 0...
1 jour il y a
A résolu
Generate this matrix
For a given odd integer n, generate a matrix as follows: Input: n = 5; Output: [ 2 1 0 0 0 1 ...
1 jour il y a
A résolu
Matrix Construction I
Given n, construct a matrix as shown in the example below. Example For n=8, the output should look like this: 1 2 3 4 ...
1 jour il y a
A résolu
Toeplitz Matrix
For a given square matrix of order n-by-n check whether this is a Toeplitz matrix or not. Return true if it is.
1 jour il y a







